can someone help me with this code? #1781
Unanswered
MJmcMaster
asked this question in
Q&A
Replies: 1 comment
-
Line 10 should read: function TIC() You have a misplaced bracket after the word 'function' (and note the uppercase 'TIC') |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run the game to see what it looks like for now, and i get this message:
[string "--title: (ok this is the title skip this part). . ."] :10: expected near ')'
and i can't find out waht it means, i've already fixed some other ones but i can't seem to fix this one. here is some code for the game:
t=0
x=96
y=24
function) tic()
can anyone help me with that
yes that function) tic() part is the 10th line
Beta Was this translation helpful? Give feedback.
All reactions