For some reason this error is happening:
If anyone can help, please do!
Error is somewhere else, where did you type “Remember Hails” ?
Whatever the issue is, it’s not in the code on that screenshot. Look for anywhere where you’ve written “remember Hails!” in your code.
Moved thread to directing help & tips since this question is related to coding. Please review our forum tutorial for more info on where to correctly create threads. Thanks @Martha213!
It seems the error is somewhere else in your script, try finding it and screenshotting is again so we can help
I think it’s because you did not closed the ()
You have got
if (hair_ep2 is “Straight”{
CONTENT
}
You did not closed the brackets. I think it’s that.
if (hair_ep2 is “Straight”) {
CONTENT
}
thank you!!!
Your welcome!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.