proc/HUDs()
client.screen+= new/obj/HUD/EXPMeter
Problem description:
client.screen: undefined var
Is this a bug or something?
ID:145161
![]() Jun 1 2006, 12:55 pm
|
|
Code:
proc/HUDs() Problem description: client.screen: undefined var Is this a bug or something? |
If that is a global function, there is no client variable unless you give it one. It can't know what client you want.