Subroutines continuing past end/ not returning to call point
Moderators: JRL, Dorian (MJT support)
Subroutines continuing past end/ not returning to call point
EDIT: Got it now. Took a couple hours to iron out, but I see now what the issue was, and subroutines behaving as expected again. Variable naming issue somehow caused subroutine to leak past it's endpoint rather than returning to point of call. Fixed now.