Skip to content

Instantly share code, notes, and snippets.

@Garfeild
Created December 22, 2016 12:17
Show Gist options
  • Save Garfeild/62414a2d1462b4857b09df9c5222175c to your computer and use it in GitHub Desktop.
Save Garfeild/62414a2d1462b4857b09df9c5222175c to your computer and use it in GitHub Desktop.
Sequence (
WaitForEvent (_event_StartStage1),
TriggerEvent (_event_DebugWave)
),
//STAGE 1
Sequence (
WaitForEvent (BehaviourEventId.EVENT_DEBUG_NONE)
// Normal loop here
),
// Debug stages
Sequence (
WaitForEvent (BehaviourEventId.EVENT_DEBUG_1),
seq_MinesUnderDivision.Repeat ()
),
Sequence (
WaitForEvent (BehaviourEventId.EVENT_DEBUG_2),
seq_HugeTorpsAndLotsaStuff
),
Sequence (
WaitForEvent (BehaviourEventId.EVENT_DEBUG_3),
seq_HugePedoes
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment