basic_functions = require("lib.basic-functions") networking = require("lib.networking") function send_open_command() networking.send_message("Door Panel", "script_command", "open_staircase") end send_open_command()