virtuous Wanderer
Joined: 08 Jan 2003 Posts: 60
|
Posted: Mon Mar 31, 2003 5:20 am
Functions + Other Sessions -> Doesn't Work? |
My main session is called Body, and a child window docked above it is called Top. In Body I have an array called Cash (storing the number of gold coins on-hand for each of my chars) and a variable CurrChar (storing the index (1+) of the current character).
I trigger in Body to set Cash with %arrset, and that part works. I have a status bar in Top that I want to display the correct value.
This works.
@{Body.Cash.@Body.CurrChar}
This does not.
%arrget(Body.Cash, @Body.CurrChar)
Is this a bug? |
|