Thread
:
Key Codes?
View Single Post
#
2
08-11-2008, 07:12 PM
Tigairius
The Cat
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
You can test them with a script.
If you want to use your keyboard to do it:
PHP Code:
function
onKeyPressed
(
c
) {
player
.
chat
=
c
;
}
You can also do this:
PHP Code:
player
.
chat
=
getkeycode
(
"k"
);
Would return the keycode to 'k'.
__________________
“Shoot for the moon. Even if you miss, you'll land among the stars.”
Tigairius
View Public Profile
View GraalOnline Profile
Find all posts by Tigairius