Is there a coding templete to have 2 choices one to customize and one not to customize

so how do you code with two choices saying to customize and another option to customize?

label reselect

NARR
Would you like to customize?

choice
“Yes”{

#customization template here (can put the template inside of choices because labels are allowed inside of brackets or outside of the brackets, with a goto leading to a label it shares a same name with)

}“No”{

NARR
Are you sure you don’t want to customize?

choice
“Wait, take me back”{

goto reselect

}“I’m sure”{

}
}

#continue story

1 Like

Ok let me try it!

so i put it in how do i make both of the choices in gold?

Add <PREMIUM> In front

Example:

choice
<PREMIUM>"choice 1"{

}<PREMIUM>"choice 2"{

}
1 Like

sc

it seems like i had to remove the extra bracket

Keep that bracket on line 2440. You need to remove the bracket from line 2428

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.