ID:138258
 
Is it possible these macros can be changed so they also refer to the object whose variables you last accessed? I need to do things like:

"You see [src.article][src.adjective][src.name] adjust \his clothing"

...about two thousand times in my code. Now, I suppose there could be weird sentences out there like:

"[M] picks up a [thing.size] thing and puts it in \his pocket"

...but I think those would be the exception, and after all one can always make a M.His() proc. I would do that myself except that I think other coders would find it useful to have the \his-type macros work this way.

Z