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
ID:263589
May 17 2007, 7:24 am
|
|
The verb will automatically choose 'm' as the verb user if he is the only mob in the world.