So if i put in the ch. 2, 3, 4 the:
if (male) {
goto malestory
} else {
goto femalestory
}
Label malestory
#malestory
Label female story
#femalestory
Will it work and for readers that chose their gender and for those that havent?
So if i put in the ch. 2, 3, 4 the:
if (male) {
goto malestory
} else {
goto femalestory
}
Label malestory
#malestory
Label female story
#femalestory
Will it work and for readers that chose their gender and for those that havent?