-
Notifications
You must be signed in to change notification settings - Fork 7
Skript Errors
John Heikens edited this page Jun 12, 2024
·
5 revisions
https://skripthub.net/tutorials/33
nesting is putting something inside something else, braces in this case.
wrong braces: [(] the ( doesn't have a closing charachter!
good braces: [()]
somehow adding extra braces around statements can greatly decrease your performance. please remove them where possible.
this error message might mean various things. somehow it can't recognise any effects in the line you coded. that might mean you:
- wrote something which isn't normal syntax
- have an addon which is not added to IntelliSkript yet (please visit our discord)
- used the wrong amount of indents so your line is in a different section
ask any questions on discord! https://discord.gg/D4Eh4yxM8z
GNU copyright, johnheikens