helm
Vars | |
current_operator | The mob currently operating the helm - The last one to click one of the movement buttons and be on the overmap screen. Set to null for autopilot or when the mob isn't in range. |
---|---|
Procs | |
display_operator_change_message | Displays visible messages indicating a change in operator.
autopilot will affect the displayed message. |
set_operator | Updates current_operator to the new user, or null and ejects the old operator from the overmap view - Only one person on a helm at a time!
Will call display_operator_change_message() if silent is FALSE .
autopilot will prevent ejection from the overmap (You want to monitor your autopilot right?) and by passed on to display_operator_change_message() .
Skips ghosts and observers to prevent accidental external influencing of flight. |
Var Details
current_operator
The mob currently operating the helm - The last one to click one of the movement buttons and be on the overmap screen. Set to null
for autopilot or when the mob isn't in range.
Proc Details
display_operator_change_message
Displays visible messages indicating a change in operator.
autopilot
will affect the displayed message.
set_operator
Updates current_operator
to the new user, or null
and ejects the old operator from the overmap view - Only one person on a helm at a time!
Will call display_operator_change_message()
if silent
is FALSE
.
autopilot
will prevent ejection from the overmap (You want to monitor your autopilot right?) and by passed on to display_operator_change_message()
.
Skips ghosts and observers to prevent accidental external influencing of flight.