2021-08-29 23:34:48 -04:00
|
|
|
//::///////////////////////////////////////////////
|
|
|
|
//:: FileName at_274
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:: Created By: Script Wizard
|
|
|
|
//:: Created On: 9/22/2005 12:15:59 AM
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
void main()
|
|
|
|
{
|
2022-06-18 01:53:20 -04:00
|
|
|
// Give the speaker some gold
|
|
|
|
GiveGoldToCreature(GetPCSpeaker(), 1000);
|
2021-08-29 23:34:48 -04:00
|
|
|
|
2022-06-18 01:53:20 -04:00
|
|
|
// Give the speaker some XP
|
|
|
|
GiveXPToCreature(GetPCSpeaker(), 3000);
|
2021-08-29 23:34:48 -04:00
|
|
|
|
|
|
|
}
|