Hi,
I'm trying to access the "isVirtual" property of a Storage.Slot.Item using a script like this:
Storage.Slot.Item item = Storage.system.findItem(""); return item.isVirtual;
However, the command returns the following error.
What is the correct way to do this? Is my synthax correct?
Thanks a lot.