PWE_PRC8/_module/nss/nwa_barsaerglow.nss

17 lines
497 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: FileName nwa_barsaerglow
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 19/09/2002 02:52:01
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("saerloonianglowf", GetPCSpeaker(), 1);
// Remove some gold from the player
TakeGoldFromCreature(3, GetPCSpeaker(), TRUE);
}