General Question Lua scripting help.

dgatsoulis

ele2png user
Donator
Joined
Dec 2, 2009
Messages
2,021
Reaction score
623
Points
128
Location
Sparta
Does anyone know how to make a script that would put a timer, counting backwards from a predifined time, in a scenario?
 
You are likely talking about the Beta version. My last knowledge of the LUA interface looks like that: You can access the current simulation time in form of the global variable "T", which you can use for counting the time. And you can use the skip() function for going to the next simulation frame.
 
Back
Top