PartyHasItem
Callirgos
Member Posts: 105
I've been getting some good use from PartyHasItem("Item")
Is It possible to use a Script Name of an NPC, instead of "Party"
For example DaveronHasItem("ITEM")
Is It possible to use a Script Name of an NPC, instead of "Party"
For example DaveronHasItem("ITEM")
0
Comments
you can try;
HasItem(S:ResRef*,O:Object*)
although im not 100% sure what resref and object refer to ( maybe resref is the 6 digit item code when object is the creature? )