Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Pointanneclick on Sun 16/12/2018 21:14:30

Title: Why do I get this error message?
Post by: Pointanneclick on Sun 16/12/2018 21:14:30
I try and play my game to test it out and I get this error message: -

(https://i.imgur.com/oetmmTJ.png)

Any idea why??
Title: Re: Why do I get this error message?
Post by: Pointanneclick on Sun 16/12/2018 21:28:12
I've been able to play it before and it worked fine!!
Title: Re: Why do I get this error message?
Post by: Khris on Sun 16/12/2018 23:05:52
The room has its after fadein event linked to a function, but you've since removed it from the room's script.

It's right there in the message: error (no such function in script) trying to run room_AfterFadeIn.
Title: Re: Why do I get this error message?
Post by: Crimson Wizard on Mon 17/12/2018 09:32:16
In other words, you need to remove missing function name from the room's events panel.