Quest persistence work
Quest persistence work. Added new salamander model.
This commit is contained in:
23
_module/nss/cv_party_5k_xp.nss
Normal file
23
_module/nss/cv_party_5k_xp.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: cv_party_5k_xp.nss
|
||||
//:: Copyright (c) 2022 Project RATDOG
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Rewards the PC's party with 5000 XP.
|
||||
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Tolen
|
||||
//:: Created On: 7/30/2005 4:22:02 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
//:: Declare major variables
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
//:: Give the PC's party XP.
|
||||
RewardPartyXP(5000, oPC);
|
||||
|
||||
}
|
Reference in New Issue
Block a user