19 lines
475 B
Plaintext
19 lines
475 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_085
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/22/2005 7:59:54 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
GiveGoldToCreature(GetPCSpeaker(), 190);
|
|
|
|
// Give the speaker some XP
|
|
RewardPartyXP(200, GetPCSpeaker());
|
|
|
|
}
|