Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
[Solved] Chat Key Function
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] Chat Key Function (Read 438 times)
redoctober2009
March 27, 2014, 08:41:40 PM
What function is called when i press "T" or remapped chat key?
More specifically, I'd like to "start typing" using a script; how can I do this?
A function to simulate the press of a key would also work, i.e. pressKey("T");
Thanks.
«
Last Edit: March 29, 2014, 03:45:22 PM by redoctober2009
»
Ad Bot
Advertisement
jes00
March 27, 2014, 11:20:23 PM
globalChat(%bool);
The bool is if the key has been pushed down or released.
Quote from: redoctober2009 on March 27, 2014, 08:41:40 PM
More specifically, I'd like to "start typing" using a script; how can I do this?
What do you mean? You want the chat box to come up and then some text to appear in it or you want your little name to appear in the upper left hand corner?
redoctober2009
March 29, 2014, 03:45:10 PM
Quote from: jes00 on March 27, 2014, 11:20:23 PM
globalChat(%bool);
This is what I needed. Thanks.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
[Solved] Chat Key Function