//:://///////////////////////////////////////////// //:: FileName s_setmarinq2done //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: 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_marin_q2", 100); // updated reward to be 1.69 compliant script did not compile RewardPartyXP(500, oPC, TRUE); RewardPartyGP(750, oPC, TRUE); }