チャットのクリックアクションに変数を使用したい

ここに載ってる<suggest command:parameter>に 変数を代入したいのですがもし変数を入れると画像のように普通にチャットに出てしまいます 解決方法を教えてください ログは特に出ていません 以下がコードです↓
command /debug:
trigger:
set {_random} to random integer between 1 and 9
send "<sgt:%{_random}%>%{_random}%" to player
command /debug:
trigger:
set {_random} to random integer between 1 and 9
send "<sgt:%{_random}%>%{_random}%" to player
No description
5 Replies
Yeahn
Yeahn16mo ago
SkBeeのtext componentを使用してみてはいかがでしょうか set {_t::1} to text component from "SUGGEST" set click event of {_t::1} to a new click event to suggest command "/%{_random}%" send component {_t::*} to player
towa
towaOP16mo ago
ありがとうございます SkBeeで解決しました
towa
towaOP16mo ago
あっsend component {_t::*} to playerを例えば
command /debug:
trigger:
set {_random} to random integer between 1 and 9
set {_t} to text component from "%{_random}%"
set click event of {_t} to a new click event to suggest command "%{_random}%"
send "数値: %component {_t}%" to player
command /debug:
trigger:
set {_random} to random integer between 1 and 9
set {_t} to text component from "%{_random}%"
set click event of {_t} to a new click event to suggest command "%{_random}%"
send "数値: %component {_t}%" to player
これの最後の行みたいに普通の文字と一緒に合わせたいのですが Cant understand this expression: component {_t} とエラーをはいてしまいます これの直し方も教えてもらえますか?
Yeahn
Yeahn16mo ago
set {_t::1} to text component from "数値: " set {_t::2} to text component from "%{_random}%" set click event of {_t::2} to a new click event to suggest command "/%{_random}%" send component {_t::*} to player のようにリスト変数に格納すれば合わさってsendされるはずなのですが、環境によっては行が分かれたりするようです
towa
towaOP16mo ago
私の環境で試してみた結果、行が別れてしまいました とりあえず全部同じ行がいいので全部押せる場所のままにしたいと思います ありがとうございました
Want results from more Discord servers?
Add your server