Search found 4 matches
- Wed Apr 27, 2016 10:14 pm
- Forum: Modding help
- Topic: Error: ')' expected (to close... has been clarified :)
- Replies: 8
- Views: 3493
Re: Error: ')' expected (to close '(' at line 1) near 'end'
Oh wow, like i said, i was still testing to see how things work and stuff, plus its my first mod, i did a little copy paste and edit things as i learn what they do, but anyways, i will try to look more into the coding itself, thanks for the help
- Wed Apr 27, 2016 9:49 pm
- Forum: Modding help
- Topic: Error: ')' expected (to close... has been clarified :)
- Replies: 8
- Views: 3493
Re: Error: ')' expected (to close '(' at line 1) near 'end'
I put the wrong file...
here it is
game.onevent(defines.events.ontick,function(event)
if game.player.character and game.player.character.insert and game.player.character.insert.name == "superlab" and game.player.character.insert.getinventory(2).getitemcount("superlab") >= 1 and event.tick-glob ...
here it is
game.onevent(defines.events.ontick,function(event)
if game.player.character and game.player.character.insert and game.player.character.insert.name == "superlab" and game.player.character.insert.getinventory(2).getitemcount("superlab") >= 1 and event.tick-glob ...
- Wed Apr 27, 2016 9:44 pm
- Forum: Modding help
- Topic: Error: ')' expected (to close... has been clarified :)
- Replies: 8
- Views: 3493
Re: Error: ')' expected (to close '(' at line 1) near 'end'
Its up, sorry forgot 

- Wed Apr 27, 2016 9:39 pm
- Forum: Modding help
- Topic: Error: ')' expected (to close... has been clarified :)
- Replies: 8
- Views: 3493
Error: ')' expected (to close... has been clarified :)
Hello, i am new here, i was testing my first mod, i tried to create a "super lab" which would cost twice as a normal lab but is twice as effective, but on the way of some searching back and forth, i tried to find what the error was but i can't seem to find it, this error occurs in the control.lua ...