Reply to Re: A somewhat difficult question
If you don't have an account, just leave the password field blank.
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.
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.