19 lines
485 B
Plaintext
19 lines
485 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName giveexp
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/7/2003 4:27:08 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
RewardPartyGP(1000, GetPCSpeaker());
|
|
|
|
// Give the speaker some XP
|
|
RewardPartyXP(10000, GetPCSpeaker());
|
|
|
|
}
|