local chat
Posted: Tue Sep 20, 2011 8:42 am
Hi,
Can someone say me the best entry-point to setup the local chat at my chatwindow ?. At this time I can with
How can I add special keybindings/actions to the player ? Especially I get the player at my modified state.py at the InGame class. For example STRG-G to play a gesture or STRG-H to open the chat window ?
How can I set my own variables to the player, I need a player-uuid and a session-uuid for example ?
How can i say something in local chat, how can I fetch the words, that other say in local chat ? ( I wish to redirect that to my chat window ).
Perhaps someone give me some code-snippets ?
Thanks,
Juergen
Can someone say me the best entry-point to setup the local chat at my chatwindow ?. At this time I can with
- Code: Select all
player = self.client.conductor.getLocalService(IPlayerClient)
How can I add special keybindings/actions to the player ? Especially I get the player at my modified state.py at the InGame class. For example STRG-G to play a gesture or STRG-H to open the chat window ?
How can I set my own variables to the player, I need a player-uuid and a session-uuid for example ?
How can i say something in local chat, how can I fetch the words, that other say in local chat ? ( I wish to redirect that to my chat window ).
Perhaps someone give me some code-snippets ?
Thanks,
Juergen