Author Topic: [Solved] Chat Key Function  (Read 438 times)

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 »

globalChat(%bool); The bool is if the key has been pushed down or released.
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?