Trigger Variables |
Top Previous Next |
The short definition of Trigger Variables is given in the Terminology section. Trigger Variables can be used only in triggers, and only in the following parameters of a trigger:
Trigger variables are special words. Each of them means the command to X-Feeder to return a specific value. You may think of them as the names of certain concepts or objects. For example, to always refer to the selection's best available back odds you should call the "back_price" trigger variable. Even if the actual back price will be changing in every round, by calling this variable you will always get the current value of the price.
You cannot change the syntax of a trigger variable, otherwise it will stop working. For example, typing "back price", or "back-price", or "backprice" or anything else instead of "back_price" will end up in an error, because the program will not understand the meaning of what you typed.
A variable can be a number or a text string. Here are several types of variables that you will encounter in the text of the manual:
Trigger variables can be divided into several groups, depending on the parameters of the game they are related to.
Here is the full list of trigger variables you can use:
|