DEADSOFTWARE

particle cosmetix for mplats
[d2df-sdl.git] / src / mapdef / mapdef.txt
index 9851afea060f24d772123b5230eddc14f4c7b752..4a27ccfa1b675d8820166afd52c231f3ef7325b1 100644 (file)
@@ -398,14 +398,16 @@ TriggerData for (TRIGGER_OPENDOOR, TRIGGER_CLOSEDOOR, TRIGGER_DOOR, TRIGGER_DOOR
 TriggerData for (TRIGGER_PRESS, TRIGGER_ON, TRIGGER_OFF, TRIGGER_ONOFF) {
   //tX is "tx" type int offset 0;
   //tY is "ty" type int offset 4;
-  Pos is "position" type point offset 0 as txy;
+  Pos is "position" type point offset 0 as txy default (0 0);
   //tWidth is "width" type ushort offset 8;
   //tHeight is "height" type ushort offset 10;
-  Size is "size" type size offset 8 as twh;
-  Wait is "wait" type ushort offset 12;
-  Count is "count" type ushort offset 14;
-  MonsterID is "monsterid" type int offset 16 monster as monsterid;
-  ExtRandom is "extrandom" type bool offset 20;
+  Size is "size" type size offset 8 as twh default (0 0);
+  Wait is "wait" type ushort offset 12 default 0;
+  Count is "count" type ushort offset 14 default 0;
+  MonsterID is "monsterid" type int offset 16 monster as monsterid default null;
+  ExtRandom is "extrandom" type bool offset 20 default false;
+  // this one is for moving platforms
+  PanelId is "panelid" type int panel default null omitdefault;
 }
 
 TriggerData for TRIGGER_SECRET {