Page 1 of 1

Can we add/remove champions in a dungeon?

Posted: Wed Feb 04, 2015 1:58 am
by MrChoke
I just tried out SnowyOwl's custom dungeon (Black Hand). He is doing what I thought. He is starting us with only one Champion. I assume it adds new ones as you progress (the description implies this). How is this done? There is no addChampion() or removeChampion() commands on the Party is there?

Re: Can we add/remove champions in a dungeon?

Posted: Wed Feb 04, 2015 2:20 am
by minmay
Champion:setEnabled(false)

Re: Can we add/remove champions in a dungeon?

Posted: Wed Feb 04, 2015 2:31 am
by MrChoke
minmay wrote:Champion:setEnabled(false)
Thanks. I was about to reply as such. Man, I looked, twice for something that would do it. I missed it both times.