Stop Script

From UBot Studio
Revision as of 19:20, 22 December 2012 by LillyT (Talk | contribs)

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

This command will stop the script and is generally used for debugging purposes. Clicking the run button runs the the script from the beginning.

Example

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

Running the script will run the first command and stop after doing so, since the pause command is under the first command. No other commands will be able to run after that stop script command.

File:Stop.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox