What is the purpose of the "scrname" property that has recently been added to AGS? Just curious ;)
I assume you're referring to the property on the Character -- it's not new by any means, it has been there since AGS 2.00 I believe.
It simply contains the script name of the character, eg. "EGO". Not particularly useful unless you want to display the script name for debugging purposes.
It could also be useful for writing AGS inside of AGS...if you wanted to do that.
cj, right, that was the one i had in mind. I must've overlooked it before, then. thanks!