Does anyone know TDS in person, or know if you can get a hold on him? I saw in an older post that the script had been updated to version 2.0 with a lot of fixes, but I have still found a crucial error in the script that fully neglect its usefulness. I might be in the wrong here (since the script is now taking commands from the Instant Event command script), but when skipping a cutscene it won't register any conditional branches in the process of the skipping. For...
Does anyone know
TDS in person, or know if you can get a hold on him?
I saw in an older post that the script had been updated to version 2.0 with a lot of fixes, but I have still found a crucial error in the script that fully neglect its usefulness.
I might be in the wrong here
(since the script is now taking commands from the Instant Event command script), but when skipping a cutscene it won't register any conditional branches in the process of the skipping.
For example:
You have a conditional branch that's relying on a switch:
Conditional branch: Switch [xxx] = ON
Loose item -1
Else:
During the skip, the script won't take this conditional branch into consideration, and will give me the item even if the switch is set to be
OFF.
Since It's a pretty important process, it sort of neglect the use of the script all together so I hope there's a fix for this.
I know that
Archeia has playtested this script, so maybe she has a soloution for this problem as well, or maybe a small modification would make this problem a history.
It's a bit of a shame cause I totally love this script and it works great except for this little detail, I really don't want to give up on it because of this.
Scripts in question:
Instant event command
TDS Skip cutscene 2.0
I have used this script for a long time, but It's the first time I actually realized that this was a problem.