Update Notice
- Release Version: 0.2.a
- Release Seq: rc1
- Release Date: 5/26/2024
Added features:
1. Smart Music Player:
2. Reduced Memory Consumption:
3. Improved Error Handling:
4. Fixed Walkthrough Implementation Traceback for Android Devices:
There is a variable used as scene on ck2 i can't search it nor try to enable it to make th dialog work
"Let's go":
$ reputation.add_point(RepComponent.TROUBLEMAKER)
$ sceneList.add("v12_rose")
$ CharacterService.set_relationship(ms_rose, Relationship.FWB)
on scene23.rpy folder v12 with ms.rose
so when ck2 happens there is a dialog required this scene to be enabled to work
if ViewedScene.CK1_V12_ROSE in viewed_scenes:
jump v2s5
else:
jump v2s6
can i edit which scene i have seen or not?