Thread: Key Codes?
View Single Post
  #4  
Old 08-12-2008, 02:25 AM
Googi Googi is offline
A Serious Epidemic
Googi's Avatar
Join Date: Oct 2001
Location: Canada
Posts: 18,866
Googi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud of
Send a message via AIM to Googi
Quote:
Originally Posted by Tigairius View Post
PHP Code:
function onKeyPressed(c) {
  
player.chat c;

I might as well point out that you can do this in GS1 too, for those of us who are stuck using just the offline editor but want to get keycodes for some reason.

PHP Code:
if (keypressed) {
  
setplayerprop #c, #p(0);

__________________
Reply With Quote