My trigger keeps regenerating new trains every 30 seconds or so and it wont stop, and I have to spend all my time removing them all before it regenerates new ones, until the point where I just have to delete the trigger completely to get it to stop clogging up my entire railway with hundreds of trains. Anyone know how I can make this plugin just spawn in 3 different train setups just once each and never more?
Ive got a 13 minute train loop around my island and I want it to have 3 trains cycling through so it stops about every 4min15sec about.
Not sure which trigger is doing it but at some point when I make my 2nd or 3rd train, it just starts regenerating new trains all the time.
My entire process from beginning to end is:
/awt.add Workcart
/awt.train Workcart WagonC WagonC Caboose Workcart
/awt.add Conductor Forward Med Right
And then I add my 6 stations:
/add.awt Brake Zero 20 Med
and then my final station which is the main station:
/add.awt Brake Zero 30 Med
And then at that point, when I calculated its 33% of the way through the track that I timed out, I create a new train to fill in the gaps so there is always a train arriving every 3-4 minutes as my total train is about 13 mins long all the way around.
So at 4min15ish after departing first train, I do:
/awt.train Workcart WagonLoot WagonFuel Caboose Workcart
which should create a new different train, and this part maybe I dont understand, because it just starts creating more and more and more trains every 30 seconds or so, without stopping.
Any info would be helpful, thanks!