more work on worldmap switching
[supertux.git] / src / worldmap / special_tile.hpp
index f958d9b..068c01f 100644 (file)
@@ -52,6 +52,9 @@ public:
   std::string map_message;
   bool passive_message;
 
+  /** Script to execute when tile is touched */
+  std::string script;
+
   /** Hide special tile */
   bool invisible;