9 lines
219 B
Plaintext
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()));
|
|
}
|