Hi everyone.
Speaking of Python and ren'py code.
If I have two stories of 3 chapters each:
Menu_Story1 = Chapter_1 => Chapter_2 => Chapter_3
Menu_Story2 = Chapter_1 => Chapter_2 => Chapter_3
And the character will always have to go through "Menu_story" to access the chapters.
How can I make "Menù story" understand, for example, to continue with "Chapter_2" if I have already done "Chapter _1"?
Ex:
Menu_story1 = If "Chapter_1" has already been visited, "Chapter_2" will begin.
Menu_story2 = If "Chapter_2" has already been visited, you can see "Chapter_3"
Speaking of Python and ren'py code.
If I have two stories of 3 chapters each:
Menu_Story1 = Chapter_1 => Chapter_2 => Chapter_3
Menu_Story2 = Chapter_1 => Chapter_2 => Chapter_3
And the character will always have to go through "Menu_story" to access the chapters.
How can I make "Menù story" understand, for example, to continue with "Chapter_2" if I have already done "Chapter _1"?
Ex:
Menu_story1 = If "Chapter_1" has already been visited, "Chapter_2" will begin.
Menu_story2 = If "Chapter_2" has already been visited, you can see "Chapter_3"