ID:145135
 
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()
for(var/obj/hud/items/I in usr.client)
del(I)


Please help ASAP.

<code>in usr.client.screen</code>
In response to Mysame
Thanks!