コマンドの引数をリスト変数から選択できるようにしたい
みたいなことできませんか?
ご存じの方構文教えてほしいです
ver1165 sk2.9.5です
必要なアドオンは応じて導入します
Solution:Jump to solution
https://skripthub.net/docs/?id=10477
tab補完ではだめ?...
Skript Hub - Documentation
On Tab Complete (Event) - SkBee
Called when a player attempts to tab complete the arguments of a command.
NOTE: Tab complete event is only called for the ARGUMENTS of a command, NOT the command itself.
event-string = the command.
3 Replies
やってみたこと
https://skripthub.net/docs/?id=11483
ここ曰く正規表現
<.+>
で書かれていたので
正規表現が使えるかと思って
command /test <(test|test2)>:
こういうことをしてみた
結果
普通に(test|test2) なんて type はないよ
ってエラー吐かれたSolution
https://skripthub.net/docs/?id=10477
tab補完ではだめ?
Skript Hub - Documentation
On Tab Complete (Event) - SkBee
Called when a player attempts to tab complete the arguments of a command.
NOTE: Tab complete event is only called for the ARGUMENTS of a command, NOT the command itself.
event-string = the command.
まだ使ってみてないんですけど
これはskriptのデフォ構文でコマンドを作った後
tabで出る選択肢を上書きできるやつですかね
できたあああああああああああああああああああああああ
ええええええええええええええええええええええええ
GOD
BIG LOVE