Wait

From UBot Studio
Revision as of 20:14, 20 May 2013 by LillyT (Talk | contribs)

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 mount 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 is over.


File:Wait.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox