WoR_PRC8/_module/nss/s_givegoblinwand.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

17 lines
500 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName s_givegoblinwand
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2/18/2005 2:21:42 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("sha_slavemaker1", GetPCSpeaker(), 1);
// Remove some gold from the player
TakeGoldFromCreature(700, GetPCSpeaker(), TRUE);
}