Hello, I have this code:
[lua]
Doors ={
[1278] = 0 --//PRISON - not openable
[1306] = 350 --//Mayors house (front door)
[1310] = 0 --//Mayors house (back door) not openable
[1312] = 150 --//Small house next to mayors house
[1282] = 200 --//police
[1283] = 0 --//Market door 2 not openable
[1284] = 250 --//Market door 1
[1286] = 100 --//Small house right of police
[1366] = 0 --//Hospital door 2 not openable
[1365] = 300 --//Hospital door 1
[1288] = 50 --//Small house
[1291] = 100 --//Slightly bigger house
[1296] = 100 --//Slightly bigger house
[1297] = 50 --//Very small house
[1311] = 100 --//small house
[1303] = 100 --//Small house
[1312] = 100 --//Small house
}
[/lua]
And for some unknown reason, it just expects } to close near [
Any ideas? help is greatly appreciated