I recently build a nice Coaster and used the Script Generator to make it run nice
![Very Happy :D](https://www.coastercrazy.com/forums/images/smilies/icon_e_biggrin.gif)
Now there's one Problem that I have.
There's a Switch which is changing its direction a little bit too early and the only thing i want to do, is to add a Delay in this Line.
Code: Select all
else{
Switch3Switch.setSwitchDirection(1);
}
Just about a Pause or Interruption of the Script for about 2 seconds.
Hope you Guys can help me.