ID:167039
 
How do you remove a hud while in the game?
mob/verb/removehud()
for(var/obj/hud/a in src.client.screen) del(a)
In response to Mysame
thanks. I did it anyway.