19 lines
526 B
Plaintext
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"));
|
|
|
|
}
|