UglyDucklingStudios Posted December 15, 2012 Share Posted December 15, 2012 I was wondering if there was a command in the G.E.C.K that did the same thing as sleep in python (or just a way to delay a line in a script). If so it would be awesome if you could tell me. Link to comment Share on other sites More sharing options...
Xaranth Posted December 15, 2012 Share Posted December 15, 2012 I was wondering if there was a command in the G.E.C.K that did the same thing as sleep in python (or just a way to delay a line in a script). If so it would be awesome if you could tell me. float fTicker begin gameMode if fTicker <= %NumSecondsYouWantToDelayExecution% Set fTicker to fTicker + GetSecondsPassed else DoStuff endIf end Link to comment Share on other sites More sharing options...
Recommended Posts