Currently, i have one small room, with the player (controlled by me) and an NPC who is currently randomly walking around.
The code i have for the NPC so far is:
mob
icon= 'Hollow.dmi'
mob/Hollow
icon= 'Hollow.dmi'
icon_state= "Hollow"
New()
walk_rand(src,10)
So, what i wanna know is, is where do i go from here? im very new to this, so please try and keep it simple, any help is much appreciated!
![]() Mar 28 2012, 2:43 pm
|
|
You look up tutorials/demos/libraries. There's plenty that describe how to do this.
|