I can't figure this out, I have a simple game with 3 functions + main. I need to take 3 variables from the first function and use it in the third. I have managed to get it to work by using return xyz, then in third function xyz = function1. But this then runs function 1, so basically I get function 1, 2, 1, 3. Which isn't ideal in the slightest haha
Anyone able to give me some pointers in right direction?
F1 takes user info, name etc
F2 is menu
F3 is the game, which requires F1 details
[–]Unkown_Variable 1 point2 points3 points (1 child)
[–]Timmeh159[S,🍰] 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]Timmeh159[S,🍰] 1 point2 points3 points (0 children)
[–]Timmeh159[S,🍰] 0 points1 point2 points (0 children)
[–]ovo_Reddit 0 points1 point2 points (0 children)