Xedric Posted August 31, 2012 Share Posted August 31, 2012 (edited) I'm trying to make a script that will change the time to whatever the user wants. I've been building a tardis and I want you to be able to change the time of day with the console. So what I need is a command that will pretty much just go. scn Time float X Begin GameMode Changetime XEnd Which brings me to my next issue. Is there a way to bring up a prompt in which the user can enter a number? Because if not then I would be forced to have a pair of buttons that add and subtract from a particular variable in order to tell it what time to change to. This is all of course dependent on whether or not I can set the time. Edited September 1, 2012 by Xedric Link to comment Share on other sites More sharing options...
Xedric Posted September 1, 2012 Author Share Posted September 1, 2012 Is it impossible to change time then? Is there no command or script for it? Link to comment Share on other sites More sharing options...
luthienanarion Posted September 1, 2012 Share Posted September 1, 2012 (edited) Set the GameHour global variable to a value between 0 and 23. Edited September 1, 2012 by luthienanarion Link to comment Share on other sites More sharing options...
Recommended Posts