21 lines
540 B
Plaintext
21 lines
540 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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);
|
|
|
|
}
|