ID:176265
![]() Jan 31 2003, 7:27 pm
|
|
do u no what proc to use, when two mobs touch?
|
![]() Jan 31 2003, 7:35 pm
|
|
Bump() o.0
|
mob
Bump(BD) if(istype(BD,/turf/sign)) alert(src,"You bump the sign.") if(istype(BD,/turf/npc)) alert(src,"NPC: Ow!") |
Siientx, are you really that retarded? DO NOT USE USR IN PROCS. Just remove the usr and it'll be fine.
|
Siientx wrote:
mob GAH! NO NO NO! You must use src, NOT usr. If alert() is used in Bump(), it has to be called like this: alert(src,message) Lummox JR |