I’m trying to make a simple script for a game, by changing the time of day, but I want to do it in a fast motion. So this is what I’m talking about:
function disco ( hour, minute) setTime ( 1, 0 ) SLEEP setTime ( 2, 0 ) SLEEP setTime ( 3, 0 ) end
and so on. How would I go about doing this?
Related Posts:
- How do I get my Python program to sleep for 50 milliseconds?
- Creating a timer using Lua
- JavaScript sleep/wait before continuing [duplicate]
- How do I make a delay in Java?
- How to make the script wait/sleep in a simple way in unity
- Difference between wait and sleep
- Sleep/Wait command in Batch
- How to pause my Java program for 2 seconds
- How can I make a time delay in Python? [duplicate]
- Logitech/LGHUB Lua – Loop with break
- What is the JavaScript version of sleep()?
- Sleep for milliseconds
- Python time.sleep() vs event.wait()
- Python: Start and stop timer [duplicate]
- Sleep for milliseconds
- How to set a Timer in Java?
- Correct way to pause a Python program
- How to write a countdown timer in JavaScript?
- jQuery: Wait/Delay 1 second without executing code
- Is there a decent wait function in C++?
- how to use wait in C
- Is there a decent wait function in C++?
- Error 1053 the service did not respond to the start or control request in a timely fashion
- Tell Ruby Program to Wait some amount of time
- How does wait(NULL) exactly work?
- Lua Program Delay
- Concatenation of strings in Lua
- Wait one second in running program
- Split a string using string.gmatch() in Lua
- Lua replacement for the % operator
- Inline conditions in Lua (a == b ? “yes” : “no”)?
- Lua string.format options
- Timers in React Native (this.setTimeout)
- What is the JavaScript version of sleep()?
- wait(null) and wait(&status) C language and Status
- How to remove a lua table entry by its key?
- What is a good game engine that uses Lua?
- How to make a countdown timer in Android?
- How to create a JQuery Clock / Timer
- Sleep function Visual Basic
- “attempt to index a nil value”-error in Lua
- How to use timer in C?
- Pause the timer and then continue it
- What is the difference of pairs() vs. ipairs() in Lua?
- How to get number of entries in a Lua table?
- How to dump a table to console?
- Lua – if statement with two conditions on the same variable?
- Lua string to int
- Wait .5 seconds before continuing code VB.net
- Lua read beginning of a string
- Make a simple timer in Java
- Adding a timer to my program (javafx)
- Java Wait for thread to finish
- How to implement sleep function in TypeScript?
- Why does Lua have no “continue” statement?
- Is there an alternative sleep function in C to milliseconds?
- Getting input from the user in Lua
- Does Lua have OR comparisons?
- Lua – Number to string behaviour
- Lua String replace
- How to make a python script wait for a pressed key?
- How to iterate through table in Lua?
- Create a simple 10 second countdown
- How to tell PowerShell to wait for each command to end before starting the next?
- How can I wait for 10 second without locking application UI in android [duplicate]
- Lua: Rounding numbers and then truncate
- How to math.floor to a decimal in Lua?
- Lua operators, why isn’t +=, -= and so on defined?
- How do I append to a table in Lua
- Lua Semicolon Conventions
- Delay function in C#
- Start and stop a timer PHP