Talk:ACS Terminate

From ZDoom Wiki
Jump to navigation Jump to search

"You may not terminate scripts that were executed using the ACS ExecuteAlways special or ENTER scripts." - I think it actually means that "You man not terminate scripts that are allowed to have multiple instances, for example executed using ACS_ExecuteAlways and ENTER-script". So it also not possible ACS_Terminate RESPAWN scripts. Am I right?

--Costja 03:15, 2 Oct 2005 (PDT)

It seems you are correct. It must record not if a script is running more than once, but the possibility of it doing so. That should mean that (like ENTER) RESPAWN and DEATH scripts can't be terminated. However I am not certain about other script types. Surely DISCONNECT would run multiple times? I have tested OPEN (terminatable) and LIGHTNING (terminatable) and UNLOADING cannot be terminated for logistic reasons, but I do not have the capability to test DISCONNECT or the others. Dr Ian 08:34, 2 Oct 2005 (PDT)


DISCONNECT is also run in ExecuteAlways mode. -- Graf Zahl