Amon_PRC8/_module/nss/at_173.nss

17 lines
501 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: 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);
}