- Joined
- Oct 17, 2006
- Messages
- 151
Now before you go tell me to use the search button I will stop you there and inform you that I have and considerably...
Here is my save/load system that I am working on:
You have a deck of cards (up to 8 decks) and the game remembers every single card inside the deck. The maximum number of units inside the deck is 82 I believe (could be 62 not sure I'm not at my pc right now).
When you type in the code needed it pulls all the units from a stored unit group (call it deck 1) and puts them out for you to see them inside preposition regions.
My questions:
How do you store variables and is it possible to store unit groups? (and how many)
Does this involve Jass and if so is it possible to be GUI (I prefer GUI).
Here is my save/load system that I am working on:
You have a deck of cards (up to 8 decks) and the game remembers every single card inside the deck. The maximum number of units inside the deck is 82 I believe (could be 62 not sure I'm not at my pc right now).
When you type in the code needed it pulls all the units from a stored unit group (call it deck 1) and puts them out for you to see them inside preposition regions.
My questions:
How do you store variables and is it possible to store unit groups? (and how many)
Does this involve Jass and if so is it possible to be GUI (I prefer GUI).