Can we add/remove champions in a dungeon?

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
MrChoke
Posts: 324
Joined: Sat Oct 25, 2014 7:20 pm

Can we add/remove champions in a dungeon?

Post 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?
minmay
Posts: 2790
Joined: Mon Sep 23, 2013 2:24 am

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

Post by minmay »

Champion:setEnabled(false)
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
MrChoke
Posts: 324
Joined: Sat Oct 25, 2014 7:20 pm

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

Post 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.
Post Reply