Trains Entities Index
+ TRAIN_SMOOTH Makes the train move smoothly through path_corners that have no wait time on them.
+ TRAIN_BLOCKABLE Allows the smooth trains to be blocked in the regular fasion of stopping and applying damage instead of pushing the blocking entity out of the way like it would do otherwise.
+ "duration" specifies the amout of time for the train to take in going from corner to corner. Set to 0 if you want to use "speed".
+ "noise" allows you the specify a wav file for the stop sound.
+ "noise1" allows you the specify a wav file for the moveing sound.
+ "count" is the number of clones you want the train to make of it self. The clones are placed sequentially along the path corners.It is recomented to have a train make fewer than 10 clones of itself to ensure that proper timing and spacing is maintained.
All other standard train setup stuff still applies to the trains.
+ "duration" makes the train move on to the next corner and get there in this number of seconds. If this is not 0, this will be used over the speed variable.
+ "event" is the target name of the entity to trigger when the train gets to it.
+ "message" is the message to display when the event is triggered.
SYNCER_START_ON Makes the set of trains start out moving. This is only needed if the syncer is targeted, otherwise it will automatically start anyway.
SYNCER_START_TOGETHER All of the trains start at the same location. This location is the first path_corner that the syncer goes to.
SYNCER_RETRACTABLE Makes the trains all go back together to the same location when triggered off. This location is specified by the first path_corner that the syncer goes to.
SYNCER_BLOCKABLE Allows the trains to actually be blocked by things rather than trying to push the blocking object out of the way like it does by default. This also allows blocking entities to be damaged by the trains.
SYNCER_SYNC_BLOCK Forces all of the train that the syncer controls to stop at the same time when any of them are blocked. If this is not set, only the blocked train will stop. This does nothing if SYNCER_BLOCKABLE is not set.
"target" is the name that all of the trains that will be controlled by the syncer.
"path" is the name of the first path_corner that the syncer will go to itself. This is also where the train set will go to if it starts or retracts together.
"duration" is the amount of time that the trains will take to travel from corner to corner.
"dmg" is the damage that will be given if SYNCER_BLOCKABLE is set.
"targetname" is its triggering name.
"target" is the name of the path corner to change the target of.
"path" is the new destination path corner for the targeted path corner.