ID:161211
Jun 2 2008, 7:47 pm
|
|
How can I make it so the obj will only talk to you if your south of it?
|
Jun 2 2008, 7:55 pm
|
|
Look up the get_dir() proc in the ref (F1 in Dream Maker).
|
In response to Popisfizzy
|
|
has no example with it...
|
In response to Hellonagol
|
|
if(obj in get_step(usr,NORTH)) |
In response to Hellonagol
|
|
Well, for example:
proc/is_in_dir(atom/a, atom/target, dir) |