Single event choice requiring two or more augments?

Discuss and distribute tools and methods for modding. Moderator - Grognak
Post Reply
Kiloku
Posts: 66
Joined: Mon Nov 19, 2012 5:52 pm

Single event choice requiring two or more augments?

Post by Kiloku »

Among the ideas I have for my mod, some would be event choices that would only appear if the player had 2 or 3 specific augments. Is that possible? I know that I could do some sort of event chain where each checks for one of the augments, but that'd be kinda inelegant and would be a bit screwy (even more so because the augments are also supposed to have event related functions by themselves)
Image
User avatar
Sleeper Service
Posts: 2275
Joined: Sun Mar 24, 2013 8:49 pm

Re: Single event choice requiring two or more augments?

Post by Sleeper Service »

I don't think multiple req=" " in one choice tag work, so you'll have to do it via an event chain I guess.
Image
Working on a sci-fi deckbuilder nowadays.
Other games I made.
Kiloku
Posts: 66
Joined: Mon Nov 19, 2012 5:52 pm

Re: Single event choice requiring two or more augments?

Post by Kiloku »

Yeah, using more than one req="" tag only checks the last one. (so <choice req="AUG_1" req="AUG_2"> is called even if you only have AUG_2)

That was for a secondary idea, though, not really necessary for my plans.
Image
Post Reply