Quote from: Crimson Wizard on Tue 20/06/2023 23:33:36This is a known issue in the old version of template, where the script logic relied on the human-readable text.
The newest version of template should be fixed since AGS 3.6.0.
Here's the fixed code:
https://github.com/adventuregamestudio/ags-template-source/blob/169184f96a559b392f5205054d218440f1b0cd46/Sierra-style/GlobalScript.asc#L384-L401
Thanks! The new code makes much more sense after reading it.
@Khris, thank you too!