ID:140025
 
Code:
var
health = 11
mana = 10
mob
npc
rat
icon = 'npc_rat.dmi'
verb
attack()
health = (health-10)
if(health <= 0)
del src


Problem description:
As the Topic says, the verb won't show in the right click menu, when, in this case, you right click on the npc 'rat' ...
Look at the 'src setting' reference entry.
In response to Skyspark
Skyspark wrote:
Look at the 'src setting' reference entry.

Lol,i forgot i posted this, it was solved a bit ago (Yesterday, must have been within a few minutes of me posting if i forgot... or a couple hours...)

Yes, i just used
mob
npc
rat
verb
attack()
set src in view(1)
//Then the rest of the verb here...