The Dink Network

Reply to Re: vision issues

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:
 
 
December 20th 2009, 12:56 AM
spike.gif
There is a command for bringing up the console, you just have to create a script for it. Eg:

// key-220.c
void main()
{
show_console();
wait_for_button();
}

The wait_for_button() is there just so the escape menu doesn't pop up when you close the console. Key-220.c would be ยง, but you can change that to any key, just check which number is which key in debug mode while playing the game.