It would be quite helpful if there was such a thing. Does it exist?
-Dagolar
ID:175999
Feb 21 2003, 1:12 pm
|
|
Dago wrote:
It would be quite helpful if there was such a thing. Does it exist? The overlays variable is a list. I haven't actually tried it, but I imagine deleting everything in it might work. overlays.Cut() or alternatively for(var/a in overlays) del a |
In response to Yolloogy
|
|
Thank you very much. That saved about 50 repetitive lines of code.
-Dagolar |
usr.overlays = 0
//I'm not sure if this will work... try it.