Skip to content

86 — Tiberium growth...

Writes the scenario's tiberium switch, which decides whether existing tiberium thickens and spreads.

Editor data
Numeric ID
86
Engine ID
TACTION_TIB_GROWTH
Editor name
Tiberium growth...
Need token
NEED_BOOL
Parameters
  1. Booleanboolean
Attachment
none
INI example
[Actions]
<TriggerID>=1,86,0,<Boolean>,0,0,0,0,
Caveats
  • Only the low part of the number is consulted, so a figure of 256, or any other multiple of it, reads as off while every other non-zero figure reads as on. The editor writes one or zero, so this shows only on a hand-written line.
  • The switch the action writes is the same one the map file sets, and the value stands from the moment the action runs until something else writes it.