Justing wondering if someone could tell me what arg i can use to get bump to del when hitting a area or show me a example of how to.I have tried many thing and still get runtimes.Thanks in advance
ID:172394
![]() May 18 2004, 11:08 am
|
|
Use src instead of usr. Bump is the sort of proc that that could easily be screwed up by using usr.
mob/AInpc In that example, any time the AInpc bumps into anything there will be a runtime error. Runtime error: Cannot modify null.bumpy The error might look something like that. |
In that instance, I used the variable "bumpy" to determine whether something should be deleted when it's bumped. Of course, you need a verb or something to "activate" or "deactivate" "bump-deleting" things.