statx
var
value=1
max_value=0
mob
var/statx/health
Stat()
statpanel("Stats")
stat("Health:[health.value]")
Im trying to get the jist of how to use this datum stuff yet when i run the game i just returns a error that says null value. Am i not allowed to put the health.value in the stat thing?