; Script for BFG Fodder, map Hellfire4 startstate GoWest ; ---------------------------------------------- States state Initial { AIFunction Defensive TriggerProcessor GoNamedState FoundEnemyFunction None WaypointPath Sheep WaitInReserve noloop } state GoWest { AIFunction Defensive TriggerProcessor GoNamedState FoundEnemyFunction None WaypointPath Sheep WestTrigger noloop } state GoEast { AIFunction Defensive TriggerProcessor GoNamedState FoundEnemyFunction None WaypointPath Sheep EastTrigger noloop } ; ---------------------------------------------- paths Path WaitInReserve { 46.921 62.777 -41.029 } Path WestTrigger { 56.500 62.256 -28.958 63.931 59.181 -45.928 64.484 58.642 -49.718 } Path EastTrigger { 36.288 63.130 -39.120 31.027 62.533 -38.514 } ; ---------------------------------------------- BuildLists