------------------------------------------------------------------------ r1956 | helixhorned | 2011-08-03 10:22:46 -0700 (Wed, 03 Aug 2011) | 1 line Add a warning when calling {save,load}mapstate from EVENT_ANIMATESPRITES (forgotten from earlier changes). ------------------------------------------------------------------------ r1955 | helixhorned | 2011-08-03 10:22:25 -0700 (Wed, 03 Aug 2011) | 8 lines Lots of M32script tweaks: * fix breaking out of 'switch' blocks and compilation of the 'default' case * Have a way of assigning 'special function' menu [' F] entries to script states. Writing a string literal after the state name will register the state under that name. Menu names are limited to 24 characters and it's possible to have up to 16 of them. * new branching command 'ifinteractive', true if a state runs from the menu mentioned above. * new command: getnumberfromuser <> "query_string" See 'state collect_teleporting_sectors' in a.m32 for a combined usage of the new functionality. ------------------------------------------------------------------------ r1954 | helixhorned | 2011-08-01 12:04:41 -0700 (Mon, 01 Aug 2011) | 1 line fix a typo that made TROR-nextwall corruptions only detected for the ceiling and write an auto-correction routine for inconsistencies with them. ------------------------------------------------------------------------