PWE_PRC8/_module/nss/nwa_barslaker.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

17 lines
486 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName nwa_barslaker
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 19/09/2002 16:42:26
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("slaker", GetPCSpeaker(), 1);
// Remove some gold from the player
TakeGoldFromCreature(15, GetPCSpeaker(), TRUE);
}