-
Notifications
You must be signed in to change notification settings - Fork 52
Manual:DIL Manual reboot
iamnove edited this page Jan 18, 2023
·
51 revisions
Function: reboot ; This function works like a quit command. Anything after the reboot function in a Dil will not be executed the mud will reboot instantly. The zone must have root privileges in the zonelist in order to use this function. Simple reboot command ---~---~---~---~---~---~---~---~---
dilbegin cmd_reboot (arg:string); code { sendtext ("Rebooting the mud.&n",self); reboot; } dilend
---~---~---~---~---~---~---~---~---