Is there an easy way to get the current room name ('Description' property in the editor) via script? I'd like to append it to save game names.
This may be a really obvious question, but I couldn't find anything on a quick glance through the manual. :-\
I think GetRoomProperty might do it: AGS online manual (http://www.adventuregamestudio.co.uk/manual/GetRoomProperty.htm)
But maybe no.
Well, crap. I was hoping I wouldn't have to go through and set a new custom property for each room, but I might have to if there's no other way.