Skip to content
Snippets Groups Projects
Commit 08b6e593 authored by Arkerthan's avatar Arkerthan
Browse files

convert playerAging toggle for NG+

parent 5249fbd3
No related branches found
No related tags found
1 merge request!6787convert options in starting slaves
......@@ -695,17 +695,10 @@ You may review your settings before clicking "Continue" to begin.<br>
''surprisingly young''.
<</if>>
<<options $playerAging>>
Your birthday will be in $PC.birthWeek weeks
<<option 2 "Enable aging">>
and you ''age naturally''.
<<option 1 "Semi aging">>
and you ''will'' celebrate birthdays, but ''not age''.
<<option 0 "Disable aging">>
and you will ''not age,'' nor experience birthdays.
<<comment>>
This option cannot be changed during the game
<</options>>
<<run _options.addOption("Player aging is", "playerAging")
.addValue("Enabled", 2).on().addValue("Celebrate birthdays, but don't age.", 1).neutral().addValue("Disabled", 0).off()
.addComment("This option cannot be changed during the game.")>>
<p>
Your custom title is ''<<textbox2 "$PC.customTitle" $PC.customTitle "Intro Summary">>''
and when lisped it is ''<<textbox2 "$PC.customTitleLisp" $PC.customTitleLisp "Intro Summary">>''.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment