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

19 lines
526 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_039
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/24/2003 10:27:59 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some XP
RewardPartyXP(100, GetPCSpeaker());
// Set the variables
SetLocalInt(GetPCSpeaker(), "thirtysomething", GetLocalInt(GetPCSpeaker(), "thirtysomething + 1"));
}