; Script for team 4, map Hellfire2 startstate Initial state Initial { AIFunction Defensive TriggerProcessor GoNamedState FoundEnemyFunction RepelAttack FoundEnemyState FoundEnemy GroupsWatchingEnemy MainRamp GroupsHelpingRepelEnemy Central Pig } state FoundEnemy { AIFunction RepelAttack TriggerProcessor GoNamedState NextState Default FoundEnemyFunction RepelAttack FoundEnemyState FoundEnemy GroupsWatchingEnemy MainRamp GroupsHelpingRepelEnemy Central } state Default { AIState Defensive TriggerProcessor GoNamedState FoundEnemyFunction RepelAttack FoundEnemyState FoundEnemy GroupsWatchingEnemy MainRamp GroupsHelpingRepelEnemy Central WaypointPath MainRamp MainRampPath noloop WaypointPath SideRamp SideRampPath noloop WaypointPath Central CentralPath noloop WaypointPath Pig PigToHome noloop } state PigTest { AIState Defensive TriggerProcessor GoNamedState FoundEnemyFunction RepelAttack FoundEnemyState FoundEnemy GroupsWatchingEnemy MainRamp GroupsHelpingRepelEnemy Central WaypointPath Pig PigToRamp noloop } state PigNorth { AIState Defensive TriggerProcessor GoNamedState FoundEnemyFunction RepelAttack FoundEnemyState FoundEnemy GroupsWatchingEnemy MainRamp GroupsHelpingRepelEnemy Central WaypointPath Pig PigNorthPath noloop } state PigSouth { AIState Defensive TriggerProcessor GoNamedState FoundEnemyFunction RepelAttack FoundEnemyState FoundEnemy GroupsWatchingEnemy MainRamp GroupsHelpingRepelEnemy Central WaypointPath Pig PigSouthPath noloop } Path MainRampPath { 23 38 55 } Path SideRampPath { -106 40 101 } Path CentralPath { 52 40 141 } Path PigToRamp { 51.449 40.745 135.771 38.759 40.494 108.023 -11.252 40.494 104.067 21.291 39.269 57.583 95.610 24.882 52.321 } Path PigToHome { 59.954 40.622 137.207 } state PigOut { AIState Defensive TriggerProcessor GoNamedState FoundEnemyFunction RepelAttack FoundEnemyState FoundEnemy GroupsWatchingEnemy MainRamp GroupsHelpingRepelEnemy Central WaypointPath Pig PigOutPath noloop } Path PigOutPath { 50.201 43.946 136.119 } Path PigNorthPath { 46.275 36.756 168.214 } Path PigSouthPath { 58.244 42.558 117.998 }