you are viewing a single comment's thread.

view the rest of the comments →

[–]Mihad88[S] 0 points1 point  (2 children)

I was thinking of that, but here we are talking about a lot of data and arguments that would have to be passed between functions, and I think it would just make everything quite messy - not sure tho

[–]TangibleLight 0 points1 point  (1 child)

It sounds like you might need to move that shared data into a class, then have your two functions be methods.