dfabulich/choicescript

Quicktest stops reading source beyond a second subroutine call

ChrisPC opened this issue · 1 comments

If you have the same subroutine called more than once in the same scene -- which is, after all, the point of using subroutines -- quicktest stops reading beyond that point. Ideally I think it should skip over any additional subroutine calls after the first as if they weren't there, and just continue on with the next line of code.

oops! good catch