Re: Developer Plans
Ok, I got the basic sideboarding using getOrderChoices to work (used your old code). The problems thus far:
1)NPE at drawing cards - fixed by assigning an owner to the card before putting it into the library.
2) It's possible to put more than 4 of the same card type into the deck while sideboarding. Not sure what would be the best idea for fixing that... perhaps, run a check after the sideboarding is over to test for the deck legality and restart the sideboarding interface if the deck is invalid?
3) There's no way at all to create the sideboard using the current deck editor? I'm not sure but probably it's only possible to create a sideboard using a text editor... am I wrong or correct in that assumption?
As for the interface, I think the current revision of getOrderChoices kind of works - I mean, it shows the card in the card preview window etc., though I agree that the deck editor interfact would have been better.
- Agetian
1)
2) It's possible to put more than 4 of the same card type into the deck while sideboarding. Not sure what would be the best idea for fixing that... perhaps, run a check after the sideboarding is over to test for the deck legality and restart the sideboarding interface if the deck is invalid?
3) There's no way at all to create the sideboard using the current deck editor? I'm not sure but probably it's only possible to create a sideboard using a text editor... am I wrong or correct in that assumption?
As for the interface, I think the current revision of getOrderChoices kind of works - I mean, it shows the card in the card preview window etc., though I agree that the deck editor interfact would have been better.
- Agetian