Amon_PRC8/_module/nss/give_bishopkey.nss

17 lines
493 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName give_bishopkey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/26/2005 6:00:02 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("bishopkey", GetPCSpeaker(), 1);
// Remove some gold from the player
TakeGoldFromCreature(5000, GetPCSpeaker(), TRUE);
}