The Dink Network

Reply to Re: New File: Dink Smallwood v1.08 - Release Candidate 3

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:
 
 
January 9th 2006, 06:52 PM
bonca.gif
Christiaan
Bard They/Them Netherlands
Lazy bum 
Then there is an error in the DinkC Reference:

void talk(void)

{

freeze(1);

freeze(&current_sprite);

say_stop("`6Yeah, this is one tough quest, talk to me. Jeez.", &current_sprite);

wait(500);

say_stop("Where's my exp?", 1);

wait(250);

add_exp(&current_sprite, 300);

wait(250);

say_stop("`6There you go.", &current_sprite);

unfreeze(&current_sprite);

unfreeze(1);

}


This script's an example script in the DinkC Reference and doesn't work correctly.