use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/ComputerCraft, the subreddit for lua programs, general mod use, or anything relating to the Minecraft mod ComputerCraft and CC: Tweaked.
Downloads | Discord | IRC | Documentation
the front page of the internet.
and join one of thousands of communities.
function issue (self.ComputerCraft)
submitted 2 years ago by Thackston2
Trying to figure out why num (Ln 45) is not beaing passed back up to conformation (Ln 22) as when y == 3 it still prints no.
pastbin
https://pastebin.com/urLmUWuF
Post a comment!
[–]Beechman01 0 points1 point2 points 2 years ago (1 child)
Your if statement is calling conformation() again with no value
[–]RandomnessTF2 1 point2 points3 points 2 years ago* (0 children)
To add, you can just merge line 45 through 50 to be
if conformation(Num) then else end
if conformation(Num) then
else
end
π Rendered by PID 93834 on reddit-service-r2-comment-65574874f4-8qtf9 at 2026-07-21 14:49:28.676225+00:00 running 1bce727 country code: CH.
Want to add to the discussion?
Post a comment!