Get Started
·
Register
·
Login
Posts
ID:263589
Favorites
Creations
Medals
help is needed plzzzzzzzz
in
Developer Help
[Tips]
ID:263589
May 17 2007, 7:24 am
Gi Money
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
#1
May 17 2007, 8:37 am
Kaioken
..() is pointless there.
The verb will automatically choose 'm' as the verb user if he is the only mob in the world.
#2
May 18 2007, 1:11 am
In response to
Kaioken
(#1)
Gi Money
i think i got it thnx
Copyright © 2013 BYOND. All rights reserved.
The verb will automatically choose 'm' as the verb user if he is the only mob in the world.