swwmgz_m/swwmcomp.acs
Marisa Kirisame 7c41dd9725 Add compatibility fixes for ZPack. (This is the beginning of a new feature, basically. Sometimes you gotta make lil' patches for maps that break)
Added a couple more tips.
Added some spooktober compatibility text replacements, just for lil' consistency. (can't replace the SECRET01 hudmessages, unfortunately)
2020-11-15 18:09:26 +01:00

28 lines
538 B
Text

#library "SWWMCOMP"
#include "zcommon.acs"
// these scripts are redirected to by the compatibility postprocessor
SCRIPT "ZPACK_E1M2_SCRIPT6" ( void )
{
TagWait(22);
Door_Open(22,16);
Floor_LowerByValue(22,2,8);
Delay(245);
Door_Close(22,16);
Floor_RaiseByValue(22,2,8);
Delay(24);
}
SCRIPT "ZPACK_E3M2_SCRIPT9" ( void )
{
ACS_Execute(4,0,7);
ClearLineSpecial();
}
SCRIPT "ZPACK_E3M8_SCRIPT15" ( void )
{
Floor_LowerByValue(49,10,64);
TagWait(49);
Floor_LowerByValue(37,10,120);
}