Naser Drama if/else branch Chapter 11 #78
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently during
11.school-assignment-and-route-lock
vs
storyline.rpy
For the choreography update, do the following:
11.school-assignment-and-route-lock.rpy
to only have contents before naser drama12A.rpy
,12C.rpy
&12D.rpy
11.school-assignment-and-route-lock.rpy
into13
14 .. 17
files respectivelyThis was resolved (I think) in my fork in this commit
f7b81d2b72
, although not in a way that compartmentalises the branched segments into their own .rpy files - can still do this though.Anywhere that has ending-dependent checks calls a common utility function in
f7b81d2b72/game/utility.rpy
and checks the return value instead of implementing its own evaluation.