Quote from: Crimson Wizard on Mon 10/03/2025 12:00:35Quote from: Jordanowen42 on Mon 10/03/2025 06:04:30Quote from: Crimson Wizard on Sat 01/03/2025 09:51:10Please tell what it was, this is very important for me. Any error message with "Illegal exception" means a bad bug in the engine, that I must fix.
Not your issue- I was asking the program to switch to a room that didn't exist yet.
Thank you.
That is still my issue. The error message "Illegal exception" means that the engine is doing something wrong.
Under normal circumstance, even if the game has mistakes, the engine must display a simple message stating the problem that a regular user can understand, and close itself. "Illegal exception" means that the operating system have aborted the program because it tried to perform a forbidden operation. This has to be fixed.
EDIT:
I made a test in the same version, and changing to a non-existant room does not cause "Illegal exception", it makes engine simply tell that such room does not exist. Looking at your code posted above, I don't see any room change command either. There had to be something else having an effect there.
I wish I could be more help- I'm a rank amateur in this world. :/