When calling the Move Proc what are the actual directons that I'm suposto to type in. I ahve tried many different ones but they are all wrong.
If someone could tell me what they are or where I can look to find it I would be greatful.
ID:176324
![]() Jan 24 2003, 6:17 pm
|
|
![]() Jan 24 2003, 6:37 pm
|
|
The turf to move to. And they're called arguments, not directions.
|
SSChicken wrote:
When calling the Move Proc what are the actual directons that I'm suposto to type in. I ahve tried many different ones but they are all wrong. The Move() proc is documented in the reference; I'm surprised you don't seem to have read it. It takes two arguments: First, the atom to move to. Second, optionally, the direction of travel. If a direction is supplied, the default Move() proc will set src.dir to that direction. This can also be useful for telling the difference between regular movement and teleporting, since a teleport Move() is usually called with just a destination but no direction. Lummox JR |