[Orxonox-commit 5087] r9751 - code/branches/levelMichael/data/levels

jo at orxonox.net jo at orxonox.net
Mon Nov 4 22:25:49 CET 2013


Author: jo
Date: 2013-11-04 22:25:49 +0100 (Mon, 04 Nov 2013)
New Revision: 9751

Modified:
   code/branches/levelMichael/data/levels/Spacefight.oxw
Log:
Making the messages show up.

Modified: code/branches/levelMichael/data/levels/Spacefight.oxw
===================================================================
--- code/branches/levelMichael/data/levels/Spacefight.oxw	2013-11-04 21:06:13 UTC (rev 9750)
+++ code/branches/levelMichael/data/levels/Spacefight.oxw	2013-11-04 21:25:49 UTC (rev 9751)
@@ -22,17 +22,12 @@
   include("templates/spaceshipPirate.oxt")
   include("templates/spaceshipEscort.oxt")
   include("templates/spaceshipSwallow.oxt")
-?>
-<?lua
   include("templates/pickupRepresentationTemplates.oxt")
 ?>
 <?lua
     dofile("includes/CuboidSpaceStation.lua")
 ?>
 
-
-    
-
 <Level
   gametype = "Mission"
 >
@@ -292,7 +287,7 @@
 -->
 
 
-    <SimpleNotification message="first" >
+    <SimpleNotification message="first"  broadcast="true">
         <events>
             <trigger>
                 <EventListener event="guard1trigger1" />
@@ -300,7 +295,7 @@
         </events>
     </SimpleNotification>
 
-    <SimpleNotification message="shot" >
+    <SimpleNotification message="shot"  broadcast="true">
         <events>
             <trigger>
                 <EventListener event="Patrol" />
@@ -308,7 +303,7 @@
         </events>
     </SimpleNotification>
 
-    <SimpleNotification message="shot" >
+    <SimpleNotification message="shot"  broadcast="true">
         <events>
             <trigger>
                 <EventListener event="firstPatrol" />
@@ -317,6 +312,8 @@
     </SimpleNotification>
 
 
+
+
     <SpaceShip position="8000,1000,0" lookat="-1,0,0" name="firstPatrol" visible="true" radarname="Patrol">
         <events>
             <visibility>




More information about the Orxonox-commit mailing list