Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9751


Ignore:
Timestamp:
Nov 4, 2013, 10:25:49 PM (10 years ago)
Author:
jo
Message:

Making the messages show up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/levelMichael/data/levels/Spacefight.oxw

    r9750 r9751  
    2323  include("templates/spaceshipEscort.oxt")
    2424  include("templates/spaceshipSwallow.oxt")
    25 ?>
    26 <?lua
    2725  include("templates/pickupRepresentationTemplates.oxt")
    2826?>
     
    3028    dofile("includes/CuboidSpaceStation.lua")
    3129?>
    32 
    33 
    34    
    3530
    3631<Level
     
    293288
    294289
    295     <SimpleNotification message="first" >
     290    <SimpleNotification message="first"  broadcast="true">
    296291        <events>
    297292            <trigger>
     
    301296    </SimpleNotification>
    302297
    303     <SimpleNotification message="shot" >
     298    <SimpleNotification message="shot"  broadcast="true">
    304299        <events>
    305300            <trigger>
     
    309304    </SimpleNotification>
    310305
    311     <SimpleNotification message="shot" >
     306    <SimpleNotification message="shot"  broadcast="true">
    312307        <events>
    313308            <trigger>
     
    316311        </events>
    317312    </SimpleNotification>
     313
     314
    318315
    319316
Note: See TracChangeset for help on using the changeset viewer.