19 lines
492 B
Plaintext
19 lines
492 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName for_serionreward
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 12/1/2003 8:52:23 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some gold
|
||
|
RewardPartyGP(500, GetPCSpeaker());
|
||
|
|
||
|
// Give the speaker some XP
|
||
|
RewardPartyXP(500, GetPCSpeaker());
|
||
|
|
||
|
}
|