I was wondering how to start up a proc that checked all turfs for a certain VAR, like
turf
proc
checkturf()
if(src.badturf == 1)
del src
were would I put checkturf(T) in my coding so that it starts automatically when I turn my game on.
thanks Hendrix
ID:148875
Aug 29 2002, 2:53 am
|
|
Well, fwi it was an example and I made it up right here and since you must not understand my question because you didn't answer it. I want to make so a proc for all the turf starts when i enter the game.
| |
Your calling a proc without anything for it. You had to tab the if statment. Use this -
Alatar