WoR_PRC8/_module/nss/s_setzolad1done.nss

23 lines
664 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
//::///////////////////////////////////////////////
//:: FileName s_Zolad_done
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 12/18/2004 11:09:49 PM
//:://////////////////////////////////////////////
#include "x0_i0_campaign"
#include "sha_misc_funcs"
#include "nw_i0_tool"
void main()
{
object oPC = GetPCSpeaker();
// Set Campaign Database variables
SetCampaignDBInt(GetPCSpeaker(), "sha_zolad_q1", 100);
// updated reward to be 1.69 compliant script did not compile
RewardPartyXP(500, oPC, TRUE);
RewardPartyGP(2500, oPC, TRUE);
}