Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2008, 10:03:40 PM (16 years ago)
Author:
bknecht
Message:

Triggers now implemented. Trigger may now have children, two or four states, limited amount of activations and a delay.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/script_trigger/bin/levels/sample.oxw

    r1851 r1954  
    3838<Model position="-200,1000,500" scale="10" mesh="hoover_turbine.mesh" yawpitchroll="-90,-90,0" /-->
    3939
    40 <DistanceTrigger position="100,0,0" scale="2" distance="80" activations="2" target="SpaceShip"/>
    41 
     40<Trigger position="0,200,0" scale="2" delay="2" stayOn="1">
     41  <DistanceTrigger position="100,0,0" scale="2" distance="80" stayOn="1.0" target="SpaceShip"/>
     42  <DistanceTrigger position="150,0,0" scale="2" distance="80" stayOn="1.0" target="SpaceShip"/>
     43</Trigger>
    4244
    4345<?lua
Note: See TracChangeset for help on using the changeset viewer.