Quote from: ironhide1975 on Sat 21/06/2025 13:17:18Upgraded to the latest version and got an error saying gControl_OnClick was missing from the gPanel?
Please post exact message that you get (you may right click on it and select "Copy" then paste here), and tell under which circumstances this happens.
I may guess you are referring to a warning (yellow icon) that is printed when compiling the game if some of the functions mentioned in the control's events is not present in script, or on contrary a function is present in script is not linked to the control's event.
You can double click on the message and that will bring you to the location in script or the GUI that has this mistake.