Echo server chat
Posted: Fri Aug 08, 2008 3:44 pm
I am working on a secret project, I think I have most of it worked out ... except ... I need the Server to send chat twice, once to just the player that activated an item and then again to local PCs near the player.
So ...
Player A activates <item>
<item> sends text "X" to Player A only
Player A activates the <item> again and now the text "X" is displayed to all the local players.
The text generated will change each time it is first activated, but the second time it will only repeat the original text.
What function would I need to "get last text generated from player A's item use"
So ...
Player A activates <item>
<item> sends text "X" to Player A only
Player A activates the <item> again and now the text "X" is displayed to all the local players.
The text generated will change each time it is first activated, but the second time it will only repeat the original text.
What function would I need to "get last text generated from player A's item use"