set name of player's tool to {_name}が動かない
特定のアイテムを持ち換えたときに、
名前にカラコを追加してくれるコードなんですけど
なぜか
set name of player's tool to {_newName}が動きません実際に動かすと画像のように{_newName}は生成されています
set name of player's tool to "%{_newName}%"のように文字列にしてもダメでした
一方で、文字列+変数の形にしたり
無関係な文字列なら問題なくうごいていました
set name of player's tool to "test %{_newName}%"set name of player's tool to "-"訳が分からないので、どなたか知恵を貸してください