ID:591595
 
Keywords: attack, help, how, make, my, npc, player, to
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!

You look up tutorials/demos/libraries. There's plenty that describe how to do this.