Rune_PRC8/_module/nss/waitress_spirits.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

17 lines
501 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName waitress_spirits
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/30/2006 1:53:08 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("nw_it_mpotion022", GetPCSpeaker(), 1);
// Remove some gold from the player
TakeGoldFromCreature(10, GetPCSpeaker(), FALSE);
}