Problem with Day / Night Script (Digits during game)
Posted: Fri Nov 14, 2014 11:48 pm
I Made a night script for my outside area like this :
function whattimeisit()
wtii = GameMode.getTimeOfDay()
hudPrint(""..wtii.."")
end
GameMode.setTimeOfDay(1.5)
Everything works fine but: i can see the increasing number 1.5 .... within the game also when i exported my dungeon to the real game.
how can i change my script to let the digits disappear ?
function whattimeisit()
wtii = GameMode.getTimeOfDay()
hudPrint(""..wtii.."")
end
GameMode.setTimeOfDay(1.5)
Everything works fine but: i can see the increasing number 1.5 .... within the game also when i exported my dungeon to the real game.
how can i change my script to let the digits disappear ?