im having some problems with my stat panel, when i start the game the values dont show up, this is my code:
mob
var/hp
var/maxhp
mob/player
hp = 100
maxhp = 100
mob/bug
hp = 50
maxhp = 50
mob
Stat()
stat("hp","[hp]/[maxhp]")
Is there anything ive missed?
Copyright © 2024 BYOND Software.
All rights reserved.
Lummox JR