Bot Variables

From StealthBot Wiki Backup
Jump to: navigation, search

The BotVars object is available automatically to all scripts loaded.

History

The BotVars object was exposed in StealthBot version 2.6. More properties have been exposed in newer versions.

How to use

Syntax:

BotVars.PropertyName = Value
Value = BotVars.PropertyName

Unlike the SSC object, with the BotVars object, the BotVars. part is not optional.

List of BotVars properties

See also