byond - Modules - TypesVar Details - Proc Details

bot

Vars

activation_animationanimation to play when the robot is started by hand
active_icon_stateicon to set while active
alter_operating_modecan the robot be turned on or off
awakeningsentencesstrings used on activating the bot
counterKeeps track of how many items or whatever have been cleaned
deactivation_animationanimation to play when the robot is started by hand
is_activeis the robot active
sentencesstrings used on doing an action like cleaning
shutdownsentencesstrings used on shutting down the robot
stuck_counterSo It doesnt infinitely look for an exit and crash the server

Procs

bot_shutdownhandles bot deactivation process
bot_startuphandles bot activation process
turn_aroundTurns the bot around when it leaves an area to make sure it doesnt wander off

Var Details

activation_animation

animation to play when the robot is started by hand

active_icon_state

icon to set while active

alter_operating_mode

can the robot be turned on or off

awakeningsentences

strings used on activating the bot

counter

Keeps track of how many items or whatever have been cleaned

deactivation_animation

animation to play when the robot is started by hand

is_active

is the robot active

sentences

strings used on doing an action like cleaning

shutdownsentences

strings used on shutting down the robot

stuck_counter

So It doesnt infinitely look for an exit and crash the server

Proc Details

bot_shutdown

handles bot deactivation process

bot_startup

handles bot activation process

turn_around

Turns the bot around when it leaves an area to make sure it doesnt wander off