2023-10-12 22:59:45 -05:00

16 lines
386 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName delete1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1
//:://////////////////////////////////////////////
#include "nw_i0_tool"
void main()
{
// Give the speaker some gold
RewardPartyGP(5000, GetPCSpeaker());
}