PoA_PRC8/_module/nss/startresting.nss
Jaysyn904 1ddbeca4f1 Update for NWN .35
Update for NWN .35
2023-08-01 20:16:07 -04:00

13 lines
225 B
Plaintext

void main()
{
object oPC = GetPCSpeaker();
//Tell the OnPlayerRest Event Script we can rest...
SetLocalInt(oPC, "REST_STARTED", 1);
//Make the PC start the XP2 Rest system..
AssignCommand(oPC, ActionRest(FALSE));
}