The Dink Network

Reply to Re: Happy Sunshine Land 2

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:
 
 
August 31st 2011, 04:38 AM
duckdie.gif

for me it's:
void day(void)
{
&dmod = 1 //1screen
wait(24hr);
repeat;
}

void night(void)
{
if(&sleepiness == 1)
{
sleep(&DinkDoodler, 1);
wait(6hr);
getup(&DinkDoodler, 1);
&sleepyness = 0;
}
if(&sleepiness == 0)
{
play_video_games(&DinkDoodler, 1);
wait(1hrs);
turn_off_console(&DinkDoodler, 1);
&sleepiness = 1;
&sleep(&DinkDoodler, 1);
}
A screen a day.