Changeset 10898 for code/branches/campaignHS15/data/levels
- Timestamp:
- Nov 30, 2015, 4:04:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/data/levels/AITest.oxw
r10888 r10898 36 36 ?> 37 37 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> 38 <TeamSpawnPoint team= 1position="1500, 1500, 1500" lookat="1,1,-1" spawnclass=SpaceShip pawndesign=spaceshipassff />38 <TeamSpawnPoint team=0 position="1500, 1500, 1500" lookat="1,1,-1" spawnclass=SpaceShip pawndesign=spaceshipassff /> 39 39 40 40 <!-- … … 102 102 <actionpoints> 103 103 <Actionpoint position="0,0,0" action="FLY" /> 104 <Actionpoint position="-1000,750,-500" action="ATTACK" attack=" ss3" />104 <Actionpoint position="-1000,750,-500" action="ATTACK" attack="attack" /> 105 105 <Actionpoint position="-1000,750,-500" action="PROTECt" protectMe=true /> 106 <Actionpoint position="-1000,750,-500" action="PROTECt" protect=" fuck" />106 <Actionpoint position="-1000,750,-500" action="PROTECt" protect="protect" /> 107 107 <Actionpoint position="-1000,750,-500" action="FIGHTALL" /> 108 108 </actionpoints> … … 142 142 </templates> 143 143 </SpaceShip> 144 <SpaceShip position="3000, 1000, 2000" lookat="0,0,0" team=2 name=" ss3">145 <templates> 146 <Template link=spaceshipassff /> 147 </templates> 148 </SpaceShip> 149 <SpaceShip position="-500, -300, -300" lookat="0,0,0" team=0 name=" fuck">150 <templates> 151 <Template link=spaceshipassff /> 152 </templates> 153 </SpaceShip> 154 155 -->144 <SpaceShip position="3000, 1000, 2000" lookat="0,0,0" team=2 name="attack"> 145 <templates> 146 <Template link=spaceshipassff /> 147 </templates> 148 </SpaceShip> 149 <SpaceShip position="-500, -300, -300" lookat="0,0,0" team=0 name="protect"> 150 <templates> 151 <Template link=spaceshipassff /> 152 </templates> 153 </SpaceShip> 154 --> 155 156 156 <!-- HERE ENDS DEMO FOR THE ACTIONPOINTS --> 157 157 <!-- HERE STARTS DEMO FOR FIGHTING --> … … 253 253 </controller> 254 254 </SpaceShip> 255 <SpaceShip position="2000, -1500, 3000" lookat="0,0,0" team=1>255 <!-- <SpaceShip position="2000, -1500, 3000" lookat="0,0,0" team=1> 256 256 <templates> 257 257 <Template link=spaceshipassff /> … … 272 272 </controller> 273 273 </SpaceShip> 274 274 --> 275 275 276 276 <!-- HERE ENDS DEMO FOR FIGHTING -->
Note: See TracChangeset
for help on using the changeset viewer.