Manual:DIL Manual/reboot
Jump to navigation
Jump to search
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
---~---~---~---~---~---~---~---~---