In RTAB on around line 2815 or so under...
# First on-target hit decision
I have
if self.states == 18
blah blah
end
It wouldn't do anything in the if statement, so I tried all sorts of stuff like putting self.states into it's own variable, to_s, to_i. (though i'm obviously less than novice at coding) I even did
print self.states right before
and it prints 18! I don't know what to do. Please help.
Let me know if you need the full code or a demo/the game itself.
-K
# First on-target hit decision
I have
if self.states == 18
blah blah
end
It wouldn't do anything in the if statement, so I tried all sorts of stuff like putting self.states into it's own variable, to_s, to_i. (though i'm obviously less than novice at coding) I even did
print self.states right before
and it prints 18! I don't know what to do. Please help.
Let me know if you need the full code or a demo/the game itself.
-K