ID:145161
 
Code:
proc/HUDs()
client.screen+= new/obj/HUD/EXPMeter


Problem description:
client.screen: undefined var

Is this a bug or something?

Only if that function belongs to a mob with a client. If that function does not belong to a mob, or if it does but that mob has no client, then it can't work because of the absense of the client.

If that is a global function, there is no client variable unless you give it one. It can't know what client you want.
In response to Loduwijk
yes it belongs to the player mob
In response to TheLunarWolf
Bridging translation: it can't work because it is proc/ not mob/proc since the client is a mob variable...sorta...

- GhostAnime
In response to GhostAnime
doh!

*bashes head on table repeatedly.