UpdateHealth()
and im then calling screen several times within the proc as so
for(var/obj/screen_objs/Healthbar1/X in src.client.screen)
But when i get run timessaying screen is null for this line the first time it is used in the proc only and only when it is updated during login although it still works.