EN4_PRC8/_module/nss/en3_ronus_3.nss

17 lines
261 B
Plaintext
Raw Permalink Normal View History

#include "prc_x2_itemprop"
void main()
{
object oItem;
object oPC;
itemproperty ip;
oPC = GetPCSpeaker();
oItem = GetItemInSlot(INVENTORY_SLOT_RIGHTHAND,oPC);
ip=ItemPropertyKeen();
IPSafeAddItemProperty(oItem,ip);
TakeGoldFromCreature(25000, oPC, TRUE);
}