ID:164985
 
Can you put hud starts in the place where Stat() shows up?
Miran94 wrote:
Can you put hud starts in the place where Stat() shows up?

Starts as in procs that would put stuff on the hud under the stat()? You can but in most cases, you probably wouldn't want to because it would run repeatedly(every second, tick, or somethin; forgot) which could eventually crash the game.
Do you mean images in the stat()?

if so example.

var/image = new/obj/hud/image // location of the obj.
mob
Stat()
statpanel("IMAGES")
stat("",image)