GrantStuff

From Ashes of the Singularity - Official Wiki
Revision as of 07:44, 22 February 2018 by AlphonsoHornibro (talk | contribs) (Created page with "Using the GrantStuff command, the player or AI can be given free Quantum Upgrades. The GrantStuff needs to be inside of a Trigger, like so: <Trigger Name="tFreeTech_Weapons"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Using the GrantStuff command, the player or AI can be given free Quantum Upgrades. The GrantStuff needs to be inside of a Trigger, like so:

<Trigger Name="tFreeTech_Weapons" Type="Timer" Timer="30" Inactive="1" >
  <GrantStuff Metal="1000" Player="1" />
</Trigger>