❔ Help

I dont know why or how the int addend1 is non existent if i literally created it in the public method above
6 Replies
Angius
Angius2y ago
$scopes
MODiX
MODiX2y ago
scope A {
thing a;
scope B {
thing b;
}
}
scope A {
thing a;
scope B {
thing b;
}
}
thing a is available in scope A and scope B thing b is available only in scope B
Angius
Angius2y ago
You declared those integers in the public class, first of all Second, the method StartTheQuiz() is not within that class
Creative9905
Creative99052y ago
bro it's the small things that always get me @Angius thanks man
Angius
Angius2y ago
Anytime
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.