A Very Unusual Problem
Okay, this is, I think, kinda hard to explain - okay, I just added a &vision script to a map screen - here's the script if it helps -
void main(void)
{ if (&story > 3) { &vision = 1; }
}
Anyway, it seems to work fine. I test it, and it looks good. But after a few seconds, I go back on the map screen and the gossip from the original Dink Smallwood pops up!
Am I doing something wrong(I'm using the new version of Windinkeditplus by the way)?
EDIT: Never mind, I found out it's doing it 'cos the script's called s1-gate and the original Dink has a script with the same name that spawns the gossip. So, never mind.
void main(void)
{ if (&story > 3) { &vision = 1; }
}
Anyway, it seems to work fine. I test it, and it looks good. But after a few seconds, I go back on the map screen and the gossip from the original Dink Smallwood pops up!
Am I doing something wrong(I'm using the new version of Windinkeditplus by the way)?
EDIT: Never mind, I found out it's doing it 'cos the script's called s1-gate and the original Dink has a script with the same name that spawns the gossip. So, never mind.






