ID:267056
 
I need to make it so that before anything is deleted, it runs a safety check.
So what I want is:
mob/proc/del()
src:DeleteCheck()
..()

I tried that, but I recived an error. "invalid proc definition"
Thanks in advance.
-DogMan
Try mob/proc/Del(), instead of /del().
In response to Foomer
Doh. I should have known that one already...
Thanks for the reminder.
-DogMan
In response to Foomer
mob/proc/Del()? Wouldn't that give you a double definition error?