here's a portion of the first error set:
proc name: New (/obj/hud/HUDbl/New)
usr: King Gunnerblast (/mob)
src: HUDbl (/obj/hud/HUDbl)
call stack:
HUDbl (/obj/hud/HUDbl): New(null)
King Gunnerblast (/mob): huds()
Observe (114,7,3) (/turf/Observe): Click(Observe (114,7,3) (/turf/Observe))
runtime error: Cannot read null.screen
proc name: New (/obj/hud/TiVo/New)
usr: King Gunnerblast (/mob)
src: TiVo (/obj/hud/TiVo)
call stack:
ETC (same for the rest of the HUD)...
and here's the code:
mob/proc
huds()
var/t=0
if(t==0)
client.screen+= new/obj/hud/HUDbl
client.screen+= new/obj/hud/TiVo
I must fix this or the server shuts down due to too many errors.
-please help, King Gunnerblast