items7()
for(var/obj/hud/items/I in usr.client)
del(I)
Please help ASAP.
ID:145135
Jun 7 2006, 4:50 am
|
|
I'm trying to code a proc that deletes all hud 'items' at once. However DM is having nothing of it. How do I work around this?
items7() Please help ASAP. |
Jun 7 2006, 4:51 am
|
|
<code>in usr.client.screen</code>
|
In response to Mysame
|
|
Thanks!
|