show EFFECT 構文で変数を使いたい

show spit with offset of {_x}, {_y}, {_z} and speed {_spd} at {_loc} みたいに、エフェクトの拡散方向や速度を事前に計算して 変数に代入して自由に調節したいのですが Error: variables cannot be use here といわれてしまいます これは構文の仕様として無理ということなのでしょうか https://skripthub.net/docs/?id=1108 ↑では、そもそもoffsetやspeedが記載されておらず確認のしようが無くて困ってます ほかのpluginの構文でもないと思うのですが、ご存じの方いますか?
Skript Hub - Documentation
Play Effect (Effect) - Skript
Plays a visual effect at a given location or on a given entity. Please note that some effects can only be played on entities, e.g. wolf hearts or the hurt effect, and that these are always visible to all players.
4 Replies
tanoKun
tanoKun4d ago
play 20 redstone block break at location of victim ~ vector(0,1,0) #Fake blood これではない?
mirageeeeeeeeeeeeeeeeeeeeeeeeeee
https://github.com/SkriptLang/Skript/issues/2958 より引用 エラー無し
play firework spark with offset of 100, 40, 100 and speed 0 at location of player to player
play firework spark with offset of 100, 40, 100 and speed 0 at location of player to player
エラーあり
set {_a} to 100
play firework spark with offset of {_a}, 40, 100 and speed 0 at location of player to player
set {_a} to 100
play firework spark with offset of {_a}, 40, 100 and speed 0 at location of player to player
GitHub
particle offsets not working · Issue #2958 · SkriptLang/Skript
Hello, i've experienced some Bugs with the play/show effect but it seems the when im discover one, im not able to Reproduce it every time. first, the offset are not working. its spawn just a si...
mirageeeeeeeeeeeeeeeeeeeeeeeeeee
おそらく構文の問題 これはベクトルがかかっているのがlocation of victimだから、エフェクトの拡散方向というよりエフェクトの発生源が変わるんじゃないか
月猫ch
月猫chOP4d ago
これやとlocationをvectorぶんずらしてるほうなので 違うんすよネ

Did you find this page helpful?