#Error
1 messages · Page 1 of 1 (latest)
ty what about this
set {_splits::*} to loop-value-2 split at " "
!docs
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!
%regex({_level}) ? 0% &7 &c%regex({e.max::%{_enchant}%}) ? ""&7N/A""%"
it's saying there's no loop for that so maybe loop it?
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 " "