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 (#1)
yes it belongs to the player mob
In response to TheLunarWolf (#2)
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 (#3)
doh!

*bashes head on table repeatedly.