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

19 lines
495 B
Plaintext

// x2_mod_def_rest,prc_rest
/////////////////////////////////////////////////////////////////////
//
// This script has been auto-generated by HakInstaller to call
// multiple handlers for the onplayerrest event.
//
/////////////////////////////////////////////////////////////////////
#include "av_persist"
void main()
{
// object oPC = OBJECT_INVALID;
object oPC=GetLastPCRested();
// while (oPC != OBJECT_INVALID) {
SavPlayer(oPC);
// }
// oPC = GetNextPC();
}