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' ...