hi Mcdxcom
looks like there are some new variables added in 0.7 that were not in 0.6 AND they are at the beginning of script.rpy
in 0.6:
in 0.7:
and it's causing some problems:
Since you've defined all the "new" variables at the beginning of 'label start'
any saves prior to 0.7 won't pick-up your new variables. do you even test your code before releasing it?? restarting from the beginning for each release is not very popular.
looks like there are some new variables added in 0.7 that were not in 0.6 AND they are at the beginning of script.rpy
in 0.6:
in 0.7:
and it's causing some problems:
Since you've defined all the "new" variables at the beginning of 'label start'
any saves prior to 0.7 won't pick-up your new variables. do you even test your code before releasing it?? restarting from the beginning for each release is not very popular.
Last edited: