I know about that, and that is how I've been trying to do it, since there's an initiated activity here:
Quote:
AddActivity = GATutorial
InstanceName = Test Tutorial
SceneName = Tutorial Mission
the problem that I found is that by ading the rest of the instructions like so
Quote:
AddActivity = GATutorial
InstanceName = Test Tutorial
SceneName = Tutorial Mission
TeamCount = 2
PlayerCount = 1
TeamOfPlayer1 = 0
FundsOfTeam1 = 1500
CPUTeam = 1
Difficulty = 3
SpawnIntervalEasiest = 25000
SpawnIntervalHardest = 15000
AddAttackerSpawn = ACDropShip
CopyOf = Drop Ship MK1
AddInventory = AHuman
CopyOf = Skeleton
AddInventory = HDFirearm
CopyOf = Blunderbuss
AddInventory = HDFirearm
CopyOf = Pistol
AddInventory = HeldDevice
CopyOf = Riot Shield
AddInventory = HDFirearm
CopyOf = Light Digger
the fact that the spawn rate is limited to aving to be declared like this :
SpawnIntervalEasiest = 25000
SpawnIntervalHardest = 15000
makes it impossible(at least I believe so) to be added to skirmish, since we don't choose the dificulty.
thanks for the clarification..