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
|
|
In response to Enigmaster2002
|
|
ahh i see now thank you Enigmaster2002 im in debt to you
|
In response to Enigmaster2002
|
|
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 response to Loduwijk
|
|
Ah, thanks for pointing that out; for some reason, I thought Bump() was like Topic(), where the person using the link was usr. But I tested by doing:
mob and usr and src were identical. |
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.