mob
verb
Hud_Display()
set category = "Settings"
set name = "Change Hud Display"
var/on = 0
if(on == 0)
src.client.screen += new/obj/Screen
on=1
else
src.client.screen -= new/obj/Screen
on=0
Problem description:
Ok here is what the problem is, when i click on Chnage Hud Displayit the screen appers, but when i click on it again the screen doesn't disappear.
Why is that?
This is what this might look like:
~~> Unknown Person