WoR_PRC8/_module/nss/s_givetrollawand.nss

17 lines
513 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
//::///////////////////////////////////////////////
//:: 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_slavemaker3", GetPCSpeaker(), 1);
// Remove some gold from the player
TakeGoldFromCreature(2800, GetPCSpeaker(), TRUE);
}