PWE_PRC8/_module/nss/ff_dmreboot.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

9 lines
219 B
Plaintext

// 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()));
}