Gold Counter: Difference between revisions
From Iron Realms Nexus Client Documentation
(Created page with "This is a basic trigger to show how to use basic wildcards in a trigger. This reflex will keep track of the amount of gold picked up.") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This is a basic trigger to show how to use basic wildcards in a trigger. This reflex will keep track of the amount of gold picked up. | This is a basic trigger to show how to use basic wildcards in a trigger. This reflex will keep track of the amount of gold picked up. | ||
[[File:GoldTrigger.png]] | |||
As you can see, we use <gold> in place of the number of gold sovereigns picked up. We then use that number to increase the value of our ''totalgold'' variable. | |||
Here is an example of the output: | |||
[[File:GoldTriggerOutput.png]] |
Latest revision as of 05:35, 19 February 2016
This is a basic trigger to show how to use basic wildcards in a trigger. This reflex will keep track of the amount of gold picked up.
As you can see, we use <gold> in place of the number of gold sovereigns picked up. We then use that number to increase the value of our totalgold variable.