Locked choice, unlock with diamonds

if (POINTS > X)
goto scene
} else {
NARR
It seems like you don’t have enough points to see this scene. Would you like to unlock it with gems?
choice
<GEMS: 5> “Yes”{
goto scene
} “No.”{
goto nextscene
}

1 Like