The Dink Network

Reply to Re: Alternative Hero

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:
 
 
April 2nd 2010, 08:59 AM
spike.gif
Nah, there's a command to bring up the inventory. Then just add the inventory pop-up sound and you're set, more or less.
//button4.c
void main()
{
playsound(18,22050,0,0,0);
show_inventory();
}