bot

Vars | |
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 |
Procs | |
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 |
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