44 lines
1.3 KiB
Markdown
44 lines
1.3 KiB
Markdown
## ebu_flagger
|
|
## author: theebu#9267 | https://discord.gg/SvxZj2h
|
|
## Requires: Auto flagger trailer from PaulMods
|
|
|
|
## IMPORTANT NOTES:
|
|
# The trailer can be used in two modes.
|
|
# Single: Operates on its own. Doesn't require a second unit. Only uses the base timer
|
|
# Paired: Uses two trailers. The Timer is how long the gate is up for. The delay is how long between one gate closing and the other opening
|
|
|
|
## USAGE:
|
|
## Use next to a flagger
|
|
|
|
/pairfl
|
|
# Two functions:
|
|
# 1: Starts the pairing process
|
|
# 2: Pairs with a second trailer if started pairing
|
|
|
|
/snglfl
|
|
# Sets up a flagger to run on its own
|
|
|
|
/runfl
|
|
# Two functions:
|
|
# 1: Starts the flagger
|
|
# Can be used on a single flagger or on the FIRST flagger in a pair
|
|
# 2: Pauses the flagger
|
|
# Can be used on a single flagger or on the FIRST flagger in a pair
|
|
# Paused flaggers sit with gates down
|
|
|
|
/stopfl
|
|
# Stops the flagger
|
|
# Can be used on a single flagger or on the FIRST flagger in a pair
|
|
# Stopped flaggers sit with gates up
|
|
|
|
/getflcfg
|
|
# Can be used on a single flagger or on the FIRST flagger in a pair
|
|
# Displays the flagger state, timer, etc
|
|
|
|
/fltimer
|
|
# Can be used on a single flagger or on the FIRST flagger in a pair
|
|
# Sets the time in seconds how long a gate is up
|
|
|
|
/fldelay
|
|
# Can only be used on the FIRST flagger in a pair
|
|
# Sets the delay between flaggers |