I using 3.3.0 and the Bass Template for a MAGS game. Everything was behaving logically, until, all of a sudden, all the functions are being sent to the Global script instead of the room script. I have a suspicion that I may have caused this by, accidentally, trying to get one character to respond to a click on another character. I corrected my error, but the problem is still there. I tried a character in another room, and it also wants to send the function to global. The functions work as global functions, but I don't know why, all of a sudden, it started acting this way. Suggestions?
Character's event handlers are always called in global script.
Unless you are talking about some other functions, in which case please tell, which functions are being called and when.
So, my problem isn't a problem then. Thank you. I guess I've been spending all my time with Hotspots.