The Dink Network

Reply to Re: Key Scripts

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 14th 2006, 05:16 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
Keycodes.

If you have a 1.08 RC, there's a list of them as well in dinkc.chm.

F key = key-70.c
H key = key-72.c
S key = key-83.c

If you wanted to use other keys, you can look them up in the file I linked to. The script should be in the main() proc:

key-70.c

void main( void )
{
say("Feats!",1);
kill_this_task();
//You'll regret leaving out the kill_this_task()
//Scripts eating up memory and such nasty things.
}