Actions

Difference between revisions of "Gold Counter"

From Iron Realms Nexus Client Documentation

 
Line 3: Line 3:
[[File:GoldTrigger.png]]
[[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]]
[[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.

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: GoldTriggerOutput.png