ID:176324
 
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.
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.

If someone could tell me what they are or where I can look to find it I would be greatful.

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
In response to Lummox JR
I did look but didnt understand it, because I didnt put in the atom to move to, I simply want to check if the mob moving is coming from the north/east/south or west