Hi everybody,
I've an Inventory item (it's a magic spell) which is never added to the user's inventory, but is selected via a menu > ActionList using 'ignore current inventory') - so they are effectively holding an item but it never appears in their inventory, as expected, but they do see the cursor for it when selected, as I want.
The problem is, if they use the item on an empty slot in the inventory, or we click on another inventory item (deselecting the current one) the magic spell item appears in the inventory bar.
Any ideas on preventing this?
Many thanks in advance.
Mike
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can use Categories to limit what items can be placed in your main Inventory menu.
Create a pair of Categories - Default and Hidden - and place the magic spell in the Hidden category. Then, in your Inventory menu, check Limit by category? and filter it to display only items in the Default category.
Excellent thank you.