- Aug 5, 2016
- 1,650
- 2,305
Yes it is, I came here to report same bug but you bested meLine 24 960 in script.rpy ?
is it a mistake ?Code:$ Sang = 0 // initialization label BonJovi: $ BonJovi = 1 $ Sang = Sang + 1 [...] if Sang == 0: // impossible value, $ sang have been increase just before [...] $ DatePoint = DatePoint + 1 [...] jump ChrSing
great game by the way, one of the best if not the best currently !
"$ Sang = Sang + 1" should be under "if" loop otherwise we cannot have datepoint from "Rock Song".