I'm having trouble understanding exactly how the OR and ELSE features work in the event sheet editor. I've played around with them, but I'm apparently missing something and there is no wiki page I could find for it.
I currently have: <img src="http://pub.gamingw.net/39880/orelse.jpg">
As a quick rundown what this does is test whether the CurrentX or CurrentY is in the first column, first row, last column, or last row. I want to check to see if any of those conditions are met, and if so then perform [A] ELSE .
Currently, however, it seems to just ignore that completely and only triggers the ELSE statement.