- Joined
- Mar 26, 2004
- Messages
- 569
Hi, i'm trying to make a sort of inventory with multiple pages (yeah i know it's been done before, but i can only find it in JASS).
So my problem is:
I want to store the items carried in slot 1-5 which is simply
So my problem is:
I want to store the items carried in slot 1-5 which is simply
-
For each (Integer A) from 1 to 5, do (Actions)
-
Loop - Actions
- Set Item[(Integer A)] = (Item-type of (Item carried by Unit <gen> in slot (Integer A)))
-
Loop - Actions
- Set ItemPage1[(Integer A)] = (Item-type of (Item carried by Unit <gen> in slot (Integer A)))