The Dink Network

Reply to Re: I Kara Gu--stuck in dink CORE

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 15th 2007, 09:25 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
Okay... go to the main Dink game. There should be four folders (graphics, sound, story, and tiles.) Open the story folder. Then find key-80 and open it with notepad or something. It should say:

void main ( void )
{
//testing the any key function
playsound(30, 21050, 4000, 0, 0);
kill_this_task();
}

Add the line I mentioned so it looks like this:

void main ( void )
{
//testing the any key function
playsound(30, 21050, 4000, 0, 0);
&life = &lifemax;
kill_this_task();
}