]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
redefine target2 to 4 on path_corner a more logical way
authorRudolf Polzer <divverent@alientrap.org>
Mon, 14 Feb 2011 19:31:05 +0000 (20:31 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 14 Feb 2011 19:31:05 +0000 (20:31 +0100)
scripts/entities.def

index 14a72c6768959df723d641c4a2031c93fe082181..c4a290a79708d52afa7ebcafb73eb97f6cbcb260 100644 (file)
@@ -922,9 +922,9 @@ Path corner entity that func_train will follow.
 All path_corner entities of a train have to connect in a circular manner, while the func_train shall point to one of the path_corners (ideally the one at the train's starting point)
 -------- KEYS --------
 target: point to next path_corner in the path.
 All path_corner entities of a train have to connect in a circular manner, while the func_train shall point to one of the path_corners (ideally the one at the train's starting point)
 -------- KEYS --------
 target: point to next path_corner in the path.
-target2: triggered when a func_train starts moving towards this target
-target3: triggered when a func_train starts moving towards this target
-target4: triggered when a func_train starts moving towards this target
+target2: triggered when a func_train stops at this target
+target3: triggered when a func_train stops at this target
+target4: triggered when a func_train stops at this target
 targetname: the train following the path or the previous path_corner in the path points to this.
 speed: speed of func_train while moving to this path corner. If unset, the value from the func_train will be used.
 wait: number of seconds func_train will pause on this path corner before moving to next path corner (default: 0.1; to not wait, set this to -1
 targetname: the train following the path or the previous path_corner in the path points to this.
 speed: speed of func_train while moving to this path corner. If unset, the value from the func_train will be used.
 wait: number of seconds func_train will pause on this path corner before moving to next path corner (default: 0.1; to not wait, set this to -1