I'm making a code that allows you to have four items preset in the D-Pad. My problem is that I can't seem to find the item Id's for a course. I get an item then do an unknown search for greater than. Then I get rid of the item and do a less than search. Is that a good way to find it, or is there a different easier way?
Use the "not equal" function rather than "greater than" or "less than."
no, search for the item values directly, since they are "known"
Allright I'll try that. If I get it I'll post the code.