The Dink Network

Reply to Re: A somewhat difficult question

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:
 
 
September 23rd 2006, 01:45 PM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
You need to use visions, to do that. In WinDinkEdit, select vision 0, and just edit the common background(walls and such, that will appear every time). Then switch to vision 1 and put on the map the things that you need for the first situation, then switch to vision 2 and put other things, and so on.
Attach to that screen on the map, a script like this one:

void main(void)
{
if(&stroy <= 5)
{
&vision = 1;
}
if(&story == 6)
{
&vision = 2;
}
if(&story > 6)
{
&vision = 3;
}
}

One more thing(offtopic). You said you played Trilby's notes. What are you supposed to do in that hotel? Because I tried everything. I know I'm supposed to find something to open a door, but I don't know what and where.