Wait

From UBot Studio
Revision as of 16:01, 6 June 2015 by LillyT (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command is a Flow Command. This command will pause the script for a specified amount of seconds.

Seconds To Wait: Refers to the amount of seconds the command should pause the script for.

Example


load html("hello world!")
wait(10)
navigate("http://www.ubotstudio.com/resources", "Wait")


Running the command will run the load html command first, pause for 10 seconds, and then run the navigate command after the ten seconds are over.


Wait.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox