Tokenizer
Example: Script with Nested Structure
If(StrEq(Get("difficulty"), "Hard"), {
Set("playerHealth", 50),
Log("Difficulty set to Hard")
})Last updated
If(StrEq(Get("difficulty"), "Hard"), {
Set("playerHealth", 50),
Log("Difficulty set to Hard")
})Last updated