RATDOG/_module/nss/at_274.nss
Jaysyn904 0f13e6c538 Initial module commit
Initial module commit.
2021-08-29 23:34:48 -04:00

17 lines
458 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_274
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/22/2005 12:15:59 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker some gold
GiveGoldToCreature(GetPCSpeaker(), 2700);
// Give the speaker some XP
GiveXPToCreature(GetPCSpeaker(), 3000);
}