How can I get my game to read triggers from an xml?
for example, in my xml, i have:
<award type="badge">bronzeBadge</award>
<action>score</action>
<value>3000</value>
So my game should permanently search for when my game score is 3000 so it can award a badge.
How would I implement something like this?