# Interval for every robot running tick in seconds
lwscratch_running_tick (Running interval seconds) float 0.1

# Delay in seconds for a robot's action, min 0.1
lwscratch_robot_action_delay (Robot's action delay) float 0.2

# Delay in seconds for a robot's movement, min 0.1
lwscratch_robot_move_delay (Robot's movement delay) float 0.5

# Allow chat command on public machines
lwscratch_allow_public_chat (Allow public chat) bool true

# Attempt to use mod on_place handler to place nodes
lwscratch_use_mod_on_place (Use mod on_place) bool true

# Issue errors when handler's of other mods fail.
lwscratch_alert_handler_errors (Alert handler errors) bool true
