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 ?
Problem with Day / Night Script (Digits during game)
- cromcrom
- Posts: 549
- Joined: Tue Sep 11, 2012 7:16 am
- Location: Chateauroux in a socialist s#!$*&% formerly known as "France"
Re: Problem with Day / Night Script (Digits during game)
did you try to remove hudPrint, or comment it (--hudPrint.....) ?
A trip of a thousand leagues starts with a step.
Re: Problem with Day / Night Script (Digits during game)
Perfect, thanks, its gone 
