Bonjour, J'ai récemment installer la ressource SkQueryToTuske_1.0, aucune erreur. puis je mes Umbaska pour un skript mais ducoup j'ai une erreur dans le skript peut t'on m'aider ?
#=========================================================
# SkQueryToTuSke by AlexLew
# Version 1.0
#=========================================================
command /convert <text>:
trigger:
If file "plugins/Skript/scripts/%arg-1%.sk" exists:
set {_contain} to content of file "plugins/Skript/scripts/%arg-1%.sk"
replace all "format slot" with "format gui slot" in {_contain}
replace all "rows" with "" in {_contain}
replace all "row" with "" in {_contain}
replace all "open chest with" with "open virtual chest inventory with size" in {_contain}
replace all "]" with "" in {_contain}
replace all "[" with "" in {_contain}
replace all "make player execute" with "player" in {_contain}
replace all "be unstealable" with "do nothing" in {_contain}
replace all "é" with "e" in {_contain}
replace all "♦" with "&?&" in {_contain}
set {_number} to 1
set {_wait} to true
while {_wait} is true:
If file "plugins/Skript/scripts/%arg-1%%{_number}%.sk" exists:
If {_number} < 6:
add 1 to {_number}
else:
send "&4[%now%] &cSo much files created! Please delete last files for convert this file."
stop
else:
wf "%{_contain}%" to "plugins/Skript/scripts/%arg-1%%{_number}%.sk"
send "&aLe skript a ete convertit en TuSke avec succes!" to console
stop
else:
send "&4[%now%] &cThis file doesn't exists!"
stop
Mes addons:
FacSk, Skellett, Sketch, SkQuery, SkRayFall, SkStuff, SkUtilities, TuSKe, umbaskaJava7 et WildSkript
[spoiler=Erreur]