|
Last change
on this file since 10022 was
10006,
checked in by mkronig, 12 years ago
|
|
first try with scriptable controller
|
|
File size:
961 bytes
|
| Line | |
|---|
| 1 | <Dock position="2830,20,50" roll=0 yaw=0 > |
|---|
| 2 | <animations> |
|---|
| 3 | <MoveToDockingTarget target="destroyer" /> |
|---|
| 4 | </animations> |
|---|
| 5 | <effects> |
|---|
| 6 | <DockToShip target="spaceShip" /> |
|---|
| 7 | </effects> |
|---|
| 8 | <events> |
|---|
| 9 | <execute> |
|---|
| 10 | <EventListener event="dockMe" /> |
|---|
| 11 | </execute> |
|---|
| 12 | |
|---|
| 13 | <undocking> |
|---|
| 14 | <EventListener event="undockMe" /> |
|---|
| 15 | </undocking> |
|---|
| 16 | |
|---|
| 17 | <activity> |
|---|
| 18 | <EventListener event=notGameEnd /> |
|---|
| 19 | </activity> |
|---|
| 20 | </events> |
|---|
| 21 | <attached> |
|---|
| 22 | <!-- Trigger for docking with billboard --> |
|---|
| 23 | |
|---|
| 24 | <!-- Trigger for undocking with billboard --> |
|---|
| 25 | <!-- <Billboard position="-2630,-19970,150" material="Flares/ringflare2" colour="0.2,0.4,0.8" scale=1 /> --> |
|---|
| 26 | <DistanceTrigger position="-2630,-19970,150" distance="50" target="Pawn" |
|---|
| 27 | beaconMode="identify" targetname="bcnDestroyer" name="undockMe" |
|---|
| 28 | /> |
|---|
| 29 | </attached> |
|---|
| 30 | </Dock> |
|---|
Note: See
TracBrowser
for help on using the repository browser.