Quest parameters: Female or Male.

Nightmaster

First time out of the vault
The tittle sounds strange right? Yes it is. Let me explain.

I have taken a look on various triggers in the Awaken mod so that I could learn a bit on how to create quests and such.

My ultimate goal is to create a little quest involving the character Tess from burning city that revolves around the idea that a guy in his city is in love with her but she have married his best friend (the one that was killed by the Deathclaw) and now that she is a widow and is leaving the city he wish to get in the player's group so that he can be by her side and confort her. Simple dont you agree?

The problem is that I wish to add this character as a possibility that only happens if the main character is a woman!

Thats it, if the player is a male character the NPC dont wanna join the group (jealous someone :lol: ).

Is that possible? I confess that I havent take my time to see all the options on the possible triggers.
 
You can do, in the starting map set up a campaign variable condition: always, action: campaign variable is female = false.

Then a trigger to determine sex at the start of a new game, condition: entity human has sex equal to 1, action: campaign variable is female = true. The value for female is either 0 or 1, sorry I can't remember which.

Then whenever you want to set gender specific dialogue or actions you just need to have the campaign variable is female = true as the condition on other maps.
 
Hmm just a question to clarify some details.

When you said that I must set a campaing variable in the starting map you mean the first map that is loaded (that is the vault in the Awaken mod) or the campaing.txt file?

You just got me confused here :oops:
 
Back
Top