rea
rea
PDCPlayerRealms developerS Community
Created by rea on 1/28/2025 in #help-forum
「特定のアイテムを一つ"以上"持っている時」という条件を作りたい
できました!ありがとうございます
6 replies
PDCPlayerRealms developerS Community
Created by rea on 1/28/2025 in #help-forum
「特定のアイテムを一つ"以上"持っている時」という条件を作りたい
if player's held item is 1 of diamond で一つならわかるのですが一つ以上がわかりません
6 replies
PDCPlayerRealms developerS Community
Created by rea on 1/28/2025 in #help-forum
「特定のアイテムを一つ"以上"持っている時」という条件を作りたい
No description
6 replies
PDCPlayerRealms developerS Community
Created by rea on 11/17/2024 in #help-forum
skriptの変数などの値を他鯖(skriptの入った)と連動させることは可能でしょうか?
ありがとうございます どういう構文になるかわからなかったら聞いてしまうかもしれませんが…()
13 replies
PDCPlayerRealms developerS Community
Created by rea on 11/17/2024 in #help-forum
skriptの変数などの値を他鯖(skriptの入った)と連動させることは可能でしょうか?
これですか?…
13 replies
PDCPlayerRealms developerS Community
Created by rea on 11/17/2024 in #help-forum
skriptの変数などの値を他鯖(skriptの入った)と連動させることは可能でしょうか?
13 replies
PDCPlayerRealms developerS Community
Created by rea on 11/10/2024 in #help-forum
skriptで体温(?)のようなものを作りたい
マップほぼ何もできてないですね()
42 replies
PDCPlayerRealms developerS Community
Created by rea on 11/10/2024 in #help-forum
skriptで体温(?)のようなものを作りたい
一つ一つ範囲と減少量変えたいのでそうしようと一応してます()
42 replies
PDCPlayerRealms developerS Community
Created by rea on 11/10/2024 in #help-forum
skriptで体温(?)のようなものを作りたい
はい
42 replies
PDCPlayerRealms developerS Community
Created by rea on 11/10/2024 in #help-forum
skriptで体温(?)のようなものを作りたい
このようなものを作ったのですがこのままだとプレイヤーの半径10ブロックの中にある雪ブロックの数分だけ変数に加える値が変わってしまいます プレイヤーの半径10ブロックの中に雪ブロックがいくつあっても変数に加えられる値が変わらないようにするためにはどうすればいいでしょうか
42 replies
PDCPlayerRealms developerS Community
Created by rea on 11/10/2024 in #help-forum
skriptで体温(?)のようなものを作りたい
every 10 seconds:
loop all players:
loop all blocks in radius 10 around the loop-player:
if:
loop-block is a snow block
{temperature.%loop-player%} > 0
then:
add -1 to {temperature.%loop-player%}
every 10 seconds:
loop all players:
loop all blocks in radius 10 around the loop-player:
if:
loop-block is a snow block
{temperature.%loop-player%} > 0
then:
add -1 to {temperature.%loop-player%}
42 replies
PDCPlayerRealms developerS Community
Created by rea on 11/10/2024 in #help-forum
skriptで体温(?)のようなものを作りたい
寒さを作るために
42 replies
PDCPlayerRealms developerS Community
Created by rea on 11/10/2024 in #help-forum
skriptで体温(?)のようなものを作りたい
なるほど
42 replies
PDCPlayerRealms developerS Community
Created by rea on 10/13/2024 in #help-forum
clicked itemが使えない
すみません用事があって対応が遅れました できました
11 replies
PDCPlayerRealms developerS Community
Created by rea on 10/13/2024 in #help-forum
clicked itemが使えない
inventory内でクリックしたアイテムの情報を変数に代入したいのですがclicked itemを使うとエラーが出てしまいます
11 replies
PDCPlayerRealms developerS Community
Created by rea on 10/13/2024 in #help-forum
clicked itemが使えない
No description
11 replies
PDCPlayerRealms developerS Community
Created by rea on 10/13/2024 in #help-forum
変数などから出力した数字に3桁ずつ","をつけたい
はい
10 replies
PDCPlayerRealms developerS Community
Created by rea on 10/13/2024 in #help-forum
変数などから出力した数字に3桁ずつ","をつけたい
No description
10 replies
PDCPlayerRealms developerS Community
Created by rea on 10/10/2024 in #help-forum
SkriptでUnicodeを出したい
あ、custom fontです()
12 replies
PDCPlayerRealms developerS Community
Created by rea on 10/10/2024 in #help-forum
SkriptでUnicodeを出したい
コマンドなら普通に /title @s title {“text”:“\uE000”} とかで出せるんですけど
12 replies