Hello,
I'm trying to test for an item with a specific name in a specific slot.
It's a function where the player is stored in {_p} and the name of the item is stored in {_t}. However, when reloading, I get: you cannot use clicked item expression in any event but an inventory click.
I don't think I used clicked item? Is there any other way? Help?
I'm trying to test for an item with a specific name in a specific slot.
Code:
if slot 4 of {_p} is item with name "%{_t}%":
It's a function where the player is stored in {_p} and the name of the item is stored in {_t}. However, when reloading, I get: you cannot use clicked item expression in any event but an inventory click.
I don't think I used clicked item? Is there any other way? Help?