The Dink Network

Reply to IMPORTANT: To all playing "The Green Voice in my Head"

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:
 
 
October 5th 2003, 01:05 PM
peasantmg.gif
Raven
Peasant He/Him Sweden
 
When I tested the game, I always pressed SPACE when taking the tournament info paper. Doing that, the four sentences Dink and SBV says will be said faster and the game will not be frozen - so when looking at the tournament info paper, press space for every sentence dink and SBV says (which will make them go away faster) and there will be no problem.

I will fix this to next version, but you can fix it yourself to if you want, and you don't have to download any patch, it's not complicated. Do like this:

You have open the "story" folder inside the "TGVimH1.1" folder. Find the file "sicu2.d"

Replace those four lines:

say_stop("`3 Oh dear, oh dear...", &current_sprite);
wait(3000);
say_stop("`3 It can't, It can't be true *sob*", &current_sprite);
wait(3000);

with

say_stop_npc("`3 Oh dear, oh dear...", &current_sprite);
wait(3000);
say_stop_npc("`3 It can't, It can't be true *sob*", &current_sprite);
wait(3000);

and everything will be just fine. The whining port guard script, disturbs the paper script, when not using the say_stop_npc.
sorry.
//Raven