ID:263589
 
mob/verb/kill(m as mob)
set desc = "instant kill "
..()
del m
whats wrong with this verb?
im trying to make a verb that will give a player
the power to instantly kill another player but for some reason it kills the one that is using it

..() is pointless there.
The verb will automatically choose 'm' as the verb user if he is the only mob in the world.
In response to Kaioken (#1)
i think i got it thnx