GrantStuff: Difference between revisions

From Ashes of the Singularity - Official Wiki
Jump to navigation Jump to search
(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"...")
 
No edit summary
Line 1: Line 1:
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:
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" >
  <Trigger Name="tFreeStuff_Metal" Type="Timer" Timer="30" Inactive="1" >
   <GrantStuff Metal="1000" Player="1" />
   <GrantStuff Metal="1000" Player="1" />
  </Trigger>
  </Trigger>

Revision as of 07:54, 22 February 2018

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="tFreeStuff_Metal" Type="Timer" Timer="30" Inactive="1" >
  <GrantStuff Metal="1000" Player="1" />
</Trigger>