View Single Post
  #1  
Unread 05-04-2020, 07:28 PM
Marobs Marobs is offline
The Wary
 
Join Date: May 2020
Posts: 4
In local an error

hi,

i have write my own script in minecraft computercraft, but now i do get a n error with some thing i dont understand.

can some one please help me with this?

in my script on line 23 i have:

local orientations = ("North", "East", "South", "West")

but if i run the script it directly give the error:

line 23, ) expected

but as u see there is one to close it.
so i dont understand why i do get this error.
i looked at the wiki page of computercraft for the lue tables and made the above from the info i did get there.

what is wrong here???
Reply With Quote