Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 24, 2015, 11:54:47 AM (9 years ago)
Author:
gania
Message:

I hope that you don't code today, that version is not compilable just yet

File:
1 edited

Legend:

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

    r10843 r10847  
    5151    <?lua end ?> -->
    5252 
    53    
    54     <SpaceShip position="4000, 1500, -1000" lookat="0,0,0" team=0>
     53<!--                 <ActionPoint position="12,34,56" action="FIGHT" enemy="ss" />
     54 -->
     55    <SpaceShip position="2000, 1500, -1000" lookat="0,0,0" team=0 name="ss1">
    5556      <templates>
    5657        <Template link=spaceshipassff />
     
    6162      </controller>
    6263    </SpaceShip>
     64    <SpaceShip position="0, 1500, -1000" lookat="0,0,0" team=0 name="ss2">
     65      <templates>
     66        <Template link=spaceshipassff />
     67      </templates>
     68      <controller>
     69        <DivisionController team=12>
     70          <actionpoints>
     71            <Actionpoint position="12,34,56" action="PROTECT" protectMe=true />
     72            <Actionpoint position="12,34,56" action="FLY" />
     73          </actionpoints>
     74        </DivisionController>
     75      </controller>
     76    </SpaceShip>
     77   
    6378   <!--  <SpaceShip position="4000 ,1500, -1600 " lookat="0,0,0" team=0>
    6479      <templates>
Note: See TracChangeset for help on using the changeset viewer.