Amon_PRC8/_module/nss/at_173.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

17 lines
501 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_173
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/21/2002 12:10:34 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("thunderbird", GetPCSpeaker(), 10);
// Remove some gold from the player
TakeGoldFromCreature(500, GetPCSpeaker(), TRUE);
}