dfabulich/choicescript

*goto_scene with a label skips past *temp var declarations

Gantron1 opened this issue · 0 comments

I keep my *temp var declarations at the beginning of the scene file, so if I use *goto_scene to jump to a label, it skips past them, potentially causing variable not defined errors if the scene uses *temp vars.