![]() Sep 21 2015, 10:01 am
|
|
Like FKI said Hebrons gave you is an example of what you shouldn't do. Try FKI's method. It should work fine.
|
As the error indicates in the line that reads, "Health (/obj/HudHealth/Health): New(null)", you aren't passing a valid argument, which would be a client I'm guessing. That would be redundant though since you are already adding the objects to the client's screen.
This issue is the result of copying someone else's not-so-good example instead of adapt and integrating what you have learned into your system. |