変数を使ってplayer's inventoryを複数保存したい

変数を使ってplayer's inventoryを複数保存したい
6 Replies
rea
reaOP4mo ago
ver.1.21 paper server
No description
rea
reaOP4mo ago
set {_A.inventory} to 0
loop 36 times:
set slot {_A.inventory} of player's inventory to {inventory.slot%{_A.inventory}%.%player%}
add 1 to {_A.inventory}

set {_A.inventory} to 0
loop 36 times:
set {inventory.slot%{_A.inventory}%.%player%} to slot {_A.inventory} of player's inventory
add 1 to {_A.inventory}
set {_A.inventory} to 0
loop 36 times:
set slot {_A.inventory} of player's inventory to {inventory.slot%{_A.inventory}%.%player%}
add 1 to {_A.inventory}

set {_A.inventory} to 0
loop 36 times:
set {inventory.slot%{_A.inventory}%.%player%} to slot {_A.inventory} of player's inventory
add 1 to {_A.inventory}
以上の文で一つインベントリーを保存しているのですが、変数の中身を変えるだけだと保存した全てのインベントリーが上書きされてしまいます
月猫ch
月猫ch4mo ago
リスト変数にするとよろしい ってか変数名で多くの場合.を使うのは愚策 ちなみにそのままの形式で変数使い続けると あとから目ttっちゃ後悔するよ
rea
reaOP4mo ago
リスト変数…あまりよくわかってないんですよね…
月猫ch
月猫ch4mo ago
誰か解説もってこい ねえわ
rea
reaOP4mo ago
() すみません普通にできてしまいました()

Did you find this page helpful?