Page 1 of 1

Problem with Day / Night Script (Digits during game)

Posted: Fri Nov 14, 2014 11:48 pm
by Fantastic
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 ?

Re: Problem with Day / Night Script (Digits during game)

Posted: Sat Nov 15, 2014 12:03 am
by cromcrom
did you try to remove hudPrint, or comment it (--hudPrint.....) ?

Re: Problem with Day / Night Script (Digits during game)

Posted: Sat Nov 15, 2014 10:57 am
by Fantastic
Perfect, thanks, its gone ;)