Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Kooij on Wed 01/05/2024 04:48:06

Title: Help Error- 18 SOLVED thank you ;D
Post by: Kooij on Wed 01/05/2024 04:48:06
Everytime I try and run my game, it starts up, shows the background then crashes with a message popping up saying an internal error has occurred. Engine 3.6.1.23

Error: RunScriptFunction:error - 18()trying to run 'room_Firstload" (room 1)

It only does this after I try and make a walkable area, and even if I delete whatever I did with the walkable part it still shows the message.
Title: Re: Help Error- 18
Post by: Crimson Wizard on Wed 01/05/2024 05:27:40
Quote from: Kooij on Wed 01/05/2024 04:48:06Error: RunScriptFunction:error - 18()trying to run 'room_Firstload" (room 1)

This means that you have a "room_FirstLoad" name added to room events, but no such function in script.

Where to look:
https://adventuregamestudio.github.io/ags-manual/images/acintro3_05.png