Changeset 10847 for code/branches/campaignHS15/data
- Timestamp:
- Nov 24, 2015, 11:54:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/data/levels/AITest.oxw
r10843 r10847 51 51 <?lua end ?> --> 52 52 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"> 55 56 <templates> 56 57 <Template link=spaceshipassff /> … … 61 62 </controller> 62 63 </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 63 78 <!-- <SpaceShip position="4000 ,1500, -1600 " lookat="0,0,0" team=0> 64 79 <templates>
Note: See TracChangeset
for help on using the changeset viewer.