Sex/Gender Specific Quests, a feature request
luis-ortiz opened this issue ยท 6 comments
Some quest lines, like the starting zone for Goblins, have sex/gender specific quests.
It is a small change in ParseQuests() that parallels the race/class handling.
The only question is should the tag be SEX or GENDER.
The proposed argument to the tag would be one of {Male,Female}.
I have code.
SEX is shorter. I told Cracker to use MEN or FEM as single tags with no arguments, but if you already have code for doing it this way, it's a very simple Find/Replace on his part (or my part) to change that so it's probably easiest to just use what you have :)
what about GEN for gender instead of SEX? Somehow, it sounds more politically correct :)
OK. Implemented and tested on my goblin.
; Start by killing Chip First, both genders
A What Kind of Name is Chip, Anyway?|QID|25203|GEN|Male|M|54.18,17.15|N|From Ace|
A The Fastest Way to His Heart|QID|25202|GEN|FeMale|M|56.5,71.9|N|From Izzy.|
Pull request on its way.....
Implemented in: