- Timestamp:
- May 26, 2016, 4:38:51 PM (9 years ago)
- Location:
- code/branches/presentationFS16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS16
- Property svn:mergeinfo changed
/code/branches/plehmannFS16 (added) merged: 11137,11141,11152,11165,11167,11172,11178-11179,11183,11187,11190,11204
- Property svn:mergeinfo changed
-
code/branches/presentationFS16/data/levels/scriptController.oxw
r10622 r11207 39 39 <Billboard position="2500,0,0" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=10 /> 40 40 <DistanceTrigger position="2500,0,0" distance="200" target="Pawn" 41 beaconMode="exclude" targetname="bcnDestroyer" name="takeControl" 41 beaconMode="exclude" targetname="bcnDestroyer" name="takeControl" stayActive="true" 42 42 /> 43 43 … … 54 54 </StaticEntity> 55 55 56 57 <StaticEntity position = "3000,0,0" mass=10000 collisionType=static > 58 <attached> 59 <Model mesh="cube_green.mesh" mass=10 position="0,0,0" scale=10 /> 60 </attached> 61 </StaticEntity> 62 63 <StaticEntity position = "2000,0,0" mass=10000 collisionType=static > 64 <attached> 65 <Model mesh="cube_green.mesh" mass=10 position="0,0,0" scale=10 /> 66 </attached> 67 </StaticEntity> 68 69 <StaticEntity position = "2500,500,0" mass=10000 collisionType=static > 70 <attached> 71 <Model mesh="cube_green.mesh" mass=10 position="0,0,0" scale=10 /> 72 </attached> 73 </StaticEntity> 74 56 75 <!-- ControllerDirector waits for the event takeControl to attach a new Controller --> 57 <ControllerDirector position="0,0,0" scriptname=" presentation">76 <ControllerDirector position="0,0,0" scriptname="testscript"> 58 77 <events> 59 78 <takeControl>
Note: See TracChangeset
for help on using the changeset viewer.