If someone could please show me how I can loop a npc to continuely step west, I would be very grateful, its driving me insane.
and yes, I have used F1. Didn't help my problem.
ID:169626
May 23 2005, 8:22 pm
|
|
May 23 2005, 11:22 pm
|
|
Look up walk()
|
In response to Jp
|
|
Dude, I said I used F1, not helping me at all, I need an example.
edit: oops, I forgot I already tried that. what I need is a walk with a delay. edit2: you know what, if I ask a question, just tell me to look harder, problem solved xD |
In response to Jermman
|
|
proc/stepwestbaby Should work, untested, but hope that helps...Call it in your code with src.stepwestbaby() |
In response to Jermman
|
|
mob/NPC/proc/stepwest() RD |
In response to Rurouni Dragon
|
|
RD, just walk(src,WEST,7) would eliminate that while loop. D:
|
In response to Hell Ramen
|
|
You're right
RD |