Scripting: Difference between revisions

m (Small typo fixed.)
Line 279: Line 279:
{{HeaderNoTOC|Wait for a certain amount of time}}
{{HeaderNoTOC|Wait for a certain amount of time}}


<code>. 5</code> waits for 5 seconds before running more of the code.
<code>. 5</code> waits for 5 seconds before running more of the code. Mind the space! (".5" without space doesn't mean anything)


{{HeaderNoTOC|Wait until action is finished}}
{{HeaderNoTOC|Wait until action is finished}}