Lich:Script Vars

The official GemStone IV encyclopedia.
Jump to navigation Jump to search

Lich:Script Vars is a third party script and is not maintained by Simutronics. Simutronics is not responsible for the accuracy of the information presented on this page, nor is it liable for issues stemming from the use of the application on players' personal devices.

Vars is a default/core Lich script for creating and viewing variables used by other scripts.

What does it do?

Section information needed.

How do I get it?

;vars is installed by default for Lich and no user installation should be necessary

How does it work?

Scripts can create variables that they then use to reference. Variables are set by the user, usually through ;vars set <variable name><variable>

For example, the script Eherbs utilizes a HERBSACK variable, so it knows where to put and get herbs from. This is user defined, through ;vars set herbsack=<yourcontainername>

For those in the Rogue guild, you can set your entry for movement with ;vars set rogue_password=<password>

You can view your in game variables in a GUI with ;vars setup

In game help output

;vars help

   ;vars setup              open a window to edit variables
   ;vars set NAME=VALUE     add or change a variable
   ;vars delete NAME        delete a variable
   ;vars list               show current variables
Third-Party Software - edit
Lich Installation: Lich
Downloadable Lich Scripts: Go2 | Map | Repository | Popular Scripts