ID:266564
 
How do you make Random Walking NPCs????

-Kappa the Imp
mob/NPC
icon = 'NPC.dmi'
walk_rand(src)


Hope i helped.

--SSJ4_Gohan_Majin
In response to SSJ4_Gohan_Majin
SSJ4_Gohan_Majin wrote:
> mob/NPC
> icon = 'NPC.dmi'
> walk_rand(src)
>

Hope i helped.

--SSJ4_Gohan_Majin

It does WAY too fast.

-Kappa the Imp
In response to Kappa the Imp
mob/Bob
icon = 'Person.dmi'
walk_rand(src,5)