trainevent_schedule [optional arg: number of seconds to schedule the event in]
This will schedule a Train Event manually. If you provide the parameter, the event will be scheduled precisely this amount of seconds from now. If you don’t, a random value between EventRandomTimerMin and EventRandomTimerMax will be used from the config.
trainevent_now
This will instantly invoke a Train Event. Just like above, one of the idle workcarts present on the map will be picked at random.
trainevent_now_nearest
This will instantly use the workcart nearest to your position for a new Train Event and run it. (F1 console only)
trainevent_now_at [semi-optional args: x y z]
This will instantly spawn a new workcart and use it for a new Train Event at the location specified by the args. What does semi-optional mean? It means if you’re running this command as a player, from the F1 console, you don’t need to provide any arguments, as it will use your position. But if you’re running it from the server console/another plugin, x y z values need to be defined.