PWE_PRC8/_module/nss/ff_dmreboot.nss

9 lines
219 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
// NWN-FF 4.0.11 - DM reboot demo script.
// This simple commande will cleanly ask to the monitoring tool to reboot the server
//
void main()
{
SetLocalString(GetModule(), "NWNX!DMREBOOT", GetName(GetLastUsedBy()));
}