Appearance
Makes the game wait for a while before continuing
number | () => number
engine.script({ start: [engine.action.wait(500), engine.action.wait(() => 100)], });