HiddenTradition_PRC8/_module/nss/at_golemquest3.nss
2024-06-20 15:47:42 -04:00

21 lines
519 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_golemquest3
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/12/2003 1:46:50 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
#include "nw_j_assassin"
void main()
{
// Give the speaker some XP
RewardPartyXP(100, GetPCSpeaker());
// Set the variables
aSetPLocalInt(GetPCSpeaker(), "GolemQuest", 3);
}