19 lines
481 B
Plaintext
19 lines
481 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName zm_quest2reward
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/28/2002 4:18:38 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
RewardPartyGP(1500, GetPCSpeaker());
|
|
|
|
// Give the speaker some XP
|
|
RewardPartyXP(1500, GetPCSpeaker());
|
|
|
|
}
|