Wait
let script = {
// The game starts here.
"Start": [
"Hello there! I want you to wait 5 seconds now",
"wait 5000",
"Wow, that was a long time!",
"end"
]
};Last updated
Was this helpful?
let script = {
// The game starts here.
"Start": [
"Hello there! I want you to wait 5 seconds now",
"wait 5000",
"Wow, that was a long time!",
"end"
]
};Last updated
Was this helpful?
Was this helpful?