19 lines
477 B
Plaintext
19 lines
477 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_give500g200xp
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 03/08/24 21:39:58
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
RewardPartyGP(500, GetPCSpeaker());
|
|
|
|
// Give the speaker some XP
|
|
RewardPartyXP(200, GetPCSpeaker());
|
|
|
|
}
|