i added a scriptable hud, you can test it in the fps. its not very pretty and realy a proof of concept. i added a new folder sb, to make this avabiable to all mods.
Code: Select all
timer = [
time = (format "%1 Seconds" $seconds)
seconds = (+ $seconds 1)
sleep 1000 [timer]
]
seconds = 0
timer
pickup = "data/pickup"
smoke = "data/smoke_exp"
sbhudtext time
sbhudimage pickup
sbhudimage smoke
sbhudshow 1