Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
16
_module/nss/en3_ronus_3.nss
Normal file
16
_module/nss/en3_ronus_3.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user