DEADSOFTWARE

save/load fixes
[d2df-sdl.git] / src / mapdef / mapdef.txt
index 889feeefde60632f2a317c1a5f5c9d9734a0a8de..afa87222a21dd5c5312a1f45f26f2be0cc0c435b 100644 (file)
   "keys" type ubyte offset 19 bitset Key default KEY_NONE;
   //WARNING: "trigdata" MUST be defined before "type", and "type" MUST be named "type" (for now, can be changed later)
   "triggerdata" type trigdata[128] offset 20; // the only special nested structure
+  //DO NOT USE! experimental feature! will be removed!
+  "exoma_init" type string default "" tip "will be called on trigger creation";
+  "exoma_think" type string default "" tip "will be called on each think step";
+  "exoma_check" type string default "" tip "will be called before activation";
+  "exoma_action" type string default "" tip "will be called on activation";
 }