Difference between revisions of "Triggers"

From BatWiki
Jump to: navigation, search
m (Trigger Library)
m (warning)
Line 2: Line 2:
  
 
There are a great many examples on the web for other clients such as tiny fugue and zmud.
 
There are a great many examples on the web for other clients such as tiny fugue and zmud.
 +
 +
'''As one might expect, these triggers come with no warranty of any sort.  Use at your own risk and all of that.'''
  
 
==About Triggers==
 
==About Triggers==

Revision as of 22:50, 25 March 2010

This page is a link to the trigger repository for the Official Game Client. Listed here are only scripts specifically donated to this repository or otherwise homeless. Please do not add scripts that are published elsewhere without permission from the author(s).

There are a great many examples on the web for other clients such as tiny fugue and zmud.

As one might expect, these triggers come with no warranty of any sort. Use at your own risk and all of that.

About Triggers

Trigger scripts are stored in the batclient/scripts directory and are files that end in .bcs. Triggers can be written manually or generated using Era's Bat Era's BatClient trig generator thingie 1.0. Once you've added/edited a trigger or script of triggers you can use the following two commands to reload and re-read your triggers.

/scriptreload
/scriptbootup

Check for parsing errors after reload and execution errors after bootup. More (and possibly) better information can be found in the Batclient help files which can be accessed from within the client.

Trigger Library

Please put each trigger on a separate page named "batclient triggers foo" where foo is the script name.