Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 24, 2010, 2:26:39 PM (14 years ago)
Author:
dafrick
Message:

Created new NotificationDispatcher. It just displays, upon being triggered, some predefined Notification message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/tutorial.oxw

    r7193 r7210  
    3939        </events>
    4040    </CommandNotification>
     41
     42    <SimpleNotification message="Awesome!!!">
     43        <events>
     44            <trigger>
     45                <DistanceTrigger name=trigger position="0,0,100" distance=10 target="Pawn">
     46                    <attached>
     47                        <Billboard position="0,0,0" colour="1.0,0,1.0" material="Examples/Flare" />
     48                    </attached>
     49                </DistanceTrigger>
     50            </trigger>
     51        </events>
     52    </SimpleNotification>
    4153 
    4254<Drone name="meineDrohne" primarythrust="80" auxilarythrust="10" rotationthrust="10" mass= "50" linearDamping = "0.9" angularDamping = "0.7">
Note: See TracChangeset for help on using the changeset viewer.