Log rearrangement + new map scripts
Changed log folders to apply yyyy-MM-dd mask. Created some scripts to fix race conditions involving delayed arrivals to travel events in-game.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
importPackage(Packages.tools);
|
||||
|
||||
//Time Setting is in millisecond
|
||||
var closeTime = 60 * 1000; //The time to close the gate
|
||||
var closeTime = 50 * 1000; //The time to close the gate
|
||||
var beginTime = 60 * 1000; //The time to begin the ride
|
||||
var rideTime = 60 * 1000; //The time that require move to destination
|
||||
var Orbis_btf;
|
||||
|
||||
Reference in New Issue
Block a user