Except for.. triggers from the map. Since it is only possible (at least to my knowledge) to call ACS scripts from linedef triggers, and not ZScript, my remaining ACS consists only of a long list of functions that are all called from the maps with absolutely nothing more than ScriptCalls to ZScript:
Spoiler:Now is this a problem? Not really, and certainly not for the time being, but it feels kind a stupid to have ACS only as a parsing through library. So my question is: how to get rid of these? Is that already possible? Or could ScriptCall be promoted some way that it would be possible to use it as an action special directly on the map? Or is there more fancy event handling planned in ZScript for maps and linedef triggers that in future releases they all can be handled in ZScript classes/event handlers directly?
