ID:162267
 
I need help with creating npcs and assigning verbs to it.
mob/NPC
verb
someverb()
In response to Garthor
Garthor, that wouldn't help unless the player BECOMES the NPC.
If you want to access that verb by right click, you can add a "src setting" to it.

mob/NPC
verb/Someverb()
set src in view(1) //src setting.

This allows the person to use "Someverb" while standing next to the mob, according to "view(1)."
In response to Kaiochao2536
Kaiochao2536 wrote:
Garthor, that wouldn't help unless the player BECOMES the NPC.

At no point did the person specify he wanted anybody but the NPC to be able to use the verb.
In response to Garthor
i need help coding i wanna try and make a game but need alot of ppl help i dont even know how to code or nonthing so help plz
In response to Bambm
It would be beneficial for a new coder to begin here.