Changed folder name.
Changed folder name.
This commit is contained in:
10
_module/nss/startresting.nss
Normal file
10
_module/nss/startresting.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
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));
|
||||
}
|
Reference in New Issue
Block a user