#how do I fix this error
6 messages · Page 1 of 1 (latest)
Change the end to a end)
In scripting all ( have to eventually get closed with a )
So that also counts for multiple ones
(() — wrong
(()) —good
((()(()))) is also good
Sometimes it’s hard to tell which ones are open, so generally speaking I prefer just use autofill (pressing enter most times autofills it correctly already)
Oooh thanks man! It worked