ID:167359
Mar 24 2006, 7:27 am
|
|
how do i get it so if my char touches the boss he dies?
|
Mar 24 2006, 7:31 am
|
|
i am very unexperienced in this field but i think you use bump() so when u bump into him and del() so his mob gets deleted
|
In response to Mxjerrett
|
|
wait i think i worded it wrong im trying to get it so if my char touches the boss my char dies.
Bumped(mob/M) |
In response to Kerep
|
|
mob/Bump(var/atom/movable/a) |
In response to Mysame
|
|
yay it worked. thx for the help
|