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

17 lines
510 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}