The Dink Network

Reply to Need beta-testers

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:
 
 
July 19th 2006, 03:57 PM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
In the last year of highschool, everybody have to make a computer project. I started mine earlier, and, it's of course dink-related, and will be released here very soon(in a few weeks). Now I need some beta-testers. The only condition required for somebody to beta-test my project is to know DinkC.
That's why, I'll give you here a small script. Find 2 errors in it(they are 3, in total), mail me at cypryoprisa@gmail.com, and I'll send you the project:

void talk(void)
{
freeze(1);
freeze(&current_sprite);
choice_start()
set_title_color #
title_start();
What do you want?
title_end();
"Hello"
(&story = 7)"Where is the key"
"Nothing"
choice_end()

if(&result == 1)
{
say_stop("Hello",1);
say_stop("`4Hello Dink",&current_sprite);
return;
}

if(&result == 2)
{
say_stop("`4I don't know",&current_sprite);
return;
}

unfreeze(1);
unfreeze(&current_sprite);
}