Skript - Beginner mistakes
& How to optimize YOUR code
I'm making this post in favor of helping new developers. We'll first go over common mistakes of Skript, then I'll begin teaching you how to optimize your own code. Common Mistake #1 -
Using Spaces or forgetting indentation
In Skript, all code must be Indented, 4 spaces or 1 tab each. What's the difference between tabs and spaces?
A tab is 4 spaces, but backspacing on one will instantly delete 4 spaces, and pressing Tab
Skript - Beginner mistakes
& How to optimize YOUR code
I'm making this post in favor of helping new developers. We'll first go over common mistakes of Skript, then I'll begin teaching you how to optimize your own code. Common Mistake #1 -
Using Spaces or forgetting indentation
In Skript, all code must be Indented, 4 spaces or 1 tab each. What's the difference between tabs and spaces?
A tab is 4 spaces, but backspacing on one will instantly delete 4 spaces, and pressing Tab