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
play 20 redstone block break at location of victim ~ vector(0,1,0) #Fake blood
これではない?
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...
おそらく構文の問題
これはベクトルがかかっているのが
location of victim
だから、エフェクトの拡散方向というよりエフェクトの発生源が変わるんじゃないかこれやとlocationをvectorぶんずらしてるほうなので
違うんすよネ