12 — Credits exceed...
Satisfied while the trigger's own house holds at least the given amount, counting stored Tiberium as money.
Editor data
- Numeric ID
12- Engine ID
TEVENT_CREDITS- Editor name
- Credits exceed...
- Need token
NEED_NUMBER- Parameters
- Number
integer
- Number
- Attachment
- house
INI example
[Events]
<TriggerID>=1,12,0,<Number>Valid values
- A number of credits. The comparison is at or above, not strictly above, so the exact number satisfies the event.
Caveats
- The total compared is the house's cash plus the sale value of the Tiberium sitting in its refineries and silos. Cash alone is not what the event reads.
- The event describes a lasting condition, so a persistent tag carrying it fires on every offer for as long as the house stays that rich, rather than once when it crosses the line.
- The event has nothing to ride on. Its tag joins the list of the trigger's own house, which adds nothing to the attachment total a semi-persistent tag waits on, so a trigger built on events of this kind needs a volatile or a persistent tag.