HiddenTradition_PRC8/_module/nss/at_philipreward.nss

21 lines
540 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName at_give1kxp300gp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/18/2003 1:26:40 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some gold
RewardPartyGP(1000, GetPCSpeaker());
// Give the speaker some XP
RewardPartyXP(300, GetPCSpeaker());
SetLocalInt(OBJECT_SELF, "p001began", 0);
}