Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Wayne Adams on Mon 16/02/2009 08:40:12

Title: Bug wants Chris's attention
Post by: Wayne Adams on Mon 16/02/2009 08:40:12
Received this testing some UI code i wrote: Code works but this pops up every once in a while
(http://www.wayneadams.net/stuffola/AGS_Stuff/bugs/BUG01.jpg)
Title: Re: Bug wants Chris's attention
Post by: Trent R on Mon 16/02/2009 17:43:32
Well, can you post the related script? And what are you doing when the error pops up?


~Trent
Title: Re: Bug wants Chris's attention
Post by: Pumaman on Mon 16/02/2009 19:45:39
It looks like you've created a gMain_menu_Click function to handle some sort of GUI event, but haven't created the function properly. Make sure you use the editor to create it automatically, otherwise you'll likely be missing parameters if you add it manually.