Amon_PRC8/_module/nss/daosdocktransact.nss

17 lines
510 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName daosdocktransact
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/30/2003 1:25:52 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("daosdockkey", GetPCSpeaker(), 1);
// Remove some gold from the player
TakeGoldFromCreature(5000, GetPCSpeaker(), TRUE);
}