Witam pomoże ktoś z loop-value? Chciałbym by replace działał.. Skript ver: 2.5-alpha1, Skent 1.9,Mc 1.15.2.
Kod:
command allFiles:
trigger:
set {_name::*} to all the files from directory "Gods/"
set {_FILE::1} to file name of {_name::1}
loop {_name::*}:
set {_t} to loop-value
replace all "A" and "a" and "b" and "c" in {_t} with "s"
send "%{_t}%"
Problem w tym, że wysyła, lecz nie działa replace w tym
Pytanie
Misio12320 32
Witam pomoże ktoś z loop-value? Chciałbym by replace działał.. Skript ver: 2.5-alpha1, Skent 1.9,Mc 1.15.2.
Kod:
command allFiles: trigger: set {_name::*} to all the files from directory "Gods/" set {_FILE::1} to file name of {_name::1} loop {_name::*}: set {_t} to loop-value replace all "A" and "a" and "b" and "c" in {_t} with "s" send "%{_t}%"Problem w tym, że wysyła, lecz nie działa replace w tym
Odnośnik do komentarza
https://skript.pl/temat/36767-send-loop-value/Udostępnij na innych stronach
8 odpowiedzi na to pytanie
Rekomendowane odpowiedzi