ID:149748
 
OK, this may be the 10th time I've posted these but here goes-
1. When you mess with login, how do you get the map to show up?

2. How do you take an object that is on the ground and add it to a players contents with a click proc?

3. How does that darn mouse_over thing work? help doesn't explain it good for us low IQ'ers...

P.S.: I'm just going to say my IQ is not low.
Airson wrote:
OK, this may be the 10th time I've posted these but here goes-
1. When you mess with login, how do you get the map to show up?
Are you defining you tiles? As in:
turf/ground
If so, are you using:
usr.loc = locate(x,y,z)

2. How do you take an object that is on the ground and add it to a players contents with a click proc?
if(Move(usr))
usr << "You get [src]"

3. How does that darn mouse_over thing work? help doesn't explain it good for us low IQ'ers...
I have absolutly no idea. :D
P.S.: I'm just going to say my IQ is not low.