Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2015, 8:46:09 PM (8 years ago)
Author:
gania
Message:

finished everything, demos are commented out in AITest.oxw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/data/levels/AITest.oxw

    r10859 r10861  
    6060<!-- HERE ENDS DEMO FOR THE "WAYPOINTS" -->
    6161
    62 <!-- HERE STARTS DEMO FOR THE ACTIONPOINTS -->
     62<!-- HERE STARTS DEMO FOR THE ACTIONPOINTS.
     63P.S. Never set protectMe in the first actionpoint: if human didn't spawn, that actionpoint will be skipped -->
    6364       
    6465    <Model mesh="cube.mesh" scale=8 position="0,0,0" />
     
    7172        <DivisionController team=0 formationMode="finger4">
    7273          <actionpoints>
    73             <Actionpoint position="0,0,0" action="FLY" />
     74            <Actionpoint position="0,0,0" action="FLY" /> 
    7475            <Actionpoint position="-1000,750,-500" action="ATTACK" attack="ss3" />
    75             <Actionpoint position="-1000,750,-500" action="PROTECt" protect="fuck" />
    76           </actionpoints>
     76            <Actionpoint position="-1000,750,-500" action="PROTECt" protectMe=true />
     77            <Actionpoint position="-1000,750,-500" action="PROTECt" protect="fuck" />
     78            <Actionpoint position="-1000,750,-500" action="FIGHTALL" />
     79           </actionpoints>
    7780        </DivisionController>
    7881      </controller>
     
    120123      </templates>
    121124    </SpaceShip>
     125 
    122126   
    123127<!-- HERE ENDS DEMO FOR THE ACTIONPOINTS -->
Note: See TracChangeset for help on using the changeset viewer.