Banana Lord
Member
What is the best way to test for the availability of a foldable (ie: how many in inventory, hagnk's, closet or DC)? Currently I'm using if(item_amount($[BLAH]) > 0) repeatedly to check for every form my foldable could be in. Basically I want to be able to treat a foldable as a single item rather than having to determine what form it's in before I can execute any commands that involve it. Please tell me that's not wishful thinking (LLK :O).