|
Alcander Wanderer
Joined: 04 Aug 2001 Posts: 79 Location: USA
|
Posted: Thu Jul 31, 2008 11:46 am
Performing Actions in a child window |
I have an action that takes place in my main session window.
Action: Player logs onto the mud.
The action is gag'd and sent to a child window called Logs. The 'Logs" window has no command line, no network connection. There is a status bar that has Players: @players.
How do I get the variable @players to update if its not in the main session window? |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Jul 31, 2008 1:15 pm |
What does you trigger for capturing players? What module/window does the variable @players live in.
You should be all to explicitly reference the variable something like #ADDITEM //WindowOrModuleName/Players %1
Where %1 is the information you captured in the trigger. |
|
_________________ Asati di tempari! |
|
|
|
|
|