Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Key Codes? (https://forums.graalonline.com/forums/showthread.php?t=81174)

Knightmare1 08-11-2008 07:08 PM

Key Codes?
 
i just was wondering if someone could help me with keycodes. i dont know what any of them are, and i cant find it on the wiki.

Tigairius 08-11-2008 07:12 PM

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'.

Knightmare1 08-11-2008 07:20 PM

thankyou!

Googi 08-12-2008 02:25 AM

Quote:

Originally Posted by Tigairius (Post 1413437)
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);




All times are GMT +2. The time now is 09:51 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.