PWE_PRC8/_module/nss/sarumguard_give.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

16 lines
470 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sarumguard_give
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 09/01/2004 22:09:03
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(500, GetPCSpeaker(),FALSE);
SetLocalInt(OBJECT_SELF, "sarumguardset1",1);
}