#Error

1 messages · Page 1 of 1 (latest)

proud musk
#

regex(replace “/D” with “” in uncolored line 6 of lore of event-slot)

#

Parameters go in parentheses and the function goes before without a space

thorn monolith
#
                            set {_splits::*} to loop-value-2 split at " "
proud musk
#

Idk

#

Look at skript hub

thorn monolith
#

tried that lol

proud musk
#

!docs

solemn knotBOT
#

Skript Documentation

Skript documentation, sometimes referred to as "the docs" are a great resource for beginners learning skript or experts reviewing a topic. They hold a wide variety of information on various events, conditions, effects, and expressions. Here’s a few popular documentation websites:

Skript Lang Github
Skript Hub Docs
skUnity Docs
Bukkit Dev
skUnity Parser - Another great tool is the skunity parser, which can parse (run) your skript code in a web browser and check for errors!

thorn monolith
cursive veldt
thorn monolith
#

its being looped

#

thats the thing that confuses me

#
            make gui slot {_slots::%{_loop}%} with {_item} named "%{_name}%":
                set {_clicked} to "%click type%"
                if {_clicked} contains "left":
                    set {_amount} to {robots::user_data::%{_type}%::%{_uuid}%::%{_loops}%::amount}
                    add {_amount} to {crystals::%{_uuid}%}
                    send "&7You've claimed &e%{_amount}%&7 crystals!" to {_p}
                else if {_clicked} contains "right":
                    set {_item} to {robots::server_data::items::fblock::%{_type}%}
                    set {_lore::*} to lore of {_item}
                    loop {_lore::*}:
                        add 1 to {_abc}
                        if loop-value-2 contains "level":
                            set {_splits::*} to loop-value-2 split at " "