Posted 17 June 2016 - 10:34 AM
Hi, I've put this code at the top of a program but there's a problem…
How can I fix this?
Thanks
colorReferences = {"1" = "0",
"2" = "1",
"4" = "2",
"8" = "3",
"16" = "4",
"32" = "5",
"64" = "6",
"128" = "7",
"256" = "8",
"512" = "9",
"1024" = "a",
"2048" = "b",
"4096" = "c",
"8192" = "d",
"16384" = "e",
"32768" = "f",
}
bios.lua:14: [string "test.lua"]:1: '}" expected
How can I fix this?
Thanks