ID:272184
 
Im not that smart and i cant find one that works on BYOND...so anyone mind telling me exact;y how x_x
Reno Kujika wrote:
Im not that smart and i cant find one that works on BYOND...so anyone mind telling me exact;y how x_x

mob
npc
icon='npc.dmi'
New()
walk_rand(src)

Basically, when the NPC is created it will randomly walk for an eternity.
In response to 172.16.0.1
okay i trying using this for a starter but it gives me this error





error: :empty type name (indentation error?)
In response to King_illusions
perhaps you copy and pasted what he said right into your code? dont do that. write it yourself if thats the case.
In response to Fugsnarf
ok i did write myself
now am getting still getting an error saying : error :src:value not allowed here.
In response to King_illusions
What 172 wrote had an indentation error, though it should be easy to spot. If you don't post what YOU have, though, we can't help you.