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
 
(One intermediate revision by the same user not shown)
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>
== Stuff To Grant ==
*'''Metal'''
*'''Radioactives'''
*'''Logistics'''

Latest revision as of 08:04, 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>

Stuff To Grant

  • Metal
  • Radioactives
  • Logistics