Hello!
I have an issue where my line of code is underlined in orange although there are no grammatical mistakes
Please help!
Hello!
I have an issue where my line of code is underlined in orange although there are no grammatical mistakes
Please help!
try going to the VIEW tab and clicking Script Analysis, that could help see what the problem is.
Type Error: (492,8) Type true cannot be compared with false
How can i fix that?
What is the variable result specified as in your script? Should it be a true or false boolean?
Please include all of line 476. We can’t see what the variable is supposed to be without it.
The error is happening because you are trying to check if IsAutoHatching is false in a loop that runs while it is true
Just remove the line 492 - 494 completely, it is useless as it will automatically break when IsAutoHatching becomes false
By the way, the issue is now:
if IsAutoHatching == false then
Alright, i am following a tutorial so i don’t know if it will work, but i will try it. Thanks!
Yep, It Works.
Thanks!
-ScxiptedShark
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.