変数が消えない

on damage:
set {attacker.%victim's uuid%.%attacker%} to true

on death:
loop all players:
{attacker.%victim's uuid%.%attacker%} is true
delete {attacker.%victim's uuid%.%attacker%}
on damage:
set {attacker.%victim's uuid%.%attacker%} to true

on death:
loop all players:
{attacker.%victim's uuid%.%attacker%} is true
delete {attacker.%victim's uuid%.%attacker%}
上のコードを使うと、variable.csv にattackerの変数が入ったままになります。
17 Replies
unnnnnnnnnnn
unnnnnnnnnnn13mo ago
loop all playersしてるのにloop-playerつかってないのはなぜ?
るび
るびOP13mo ago
すみません貼るコードミスってました
on damage:
set {attacker.%victim's uuid%.%attacker%} to true

on death:
loop all players:
{attacker.%victim's uuid%.%loop-player%} is true
delete {attacker.%victim's uuid%.%loop-player%}
on damage:
set {attacker.%victim's uuid%.%attacker%} to true

on death:
loop all players:
{attacker.%victim's uuid%.%loop-player%} is true
delete {attacker.%victim's uuid%.%loop-player%}
unnnnnnnnnnn
unnnnnnnnnnn13mo ago
試したこと教えて
るび
るびOP13mo ago
分からなくて何もできてないです。
unnnnnnnnnnn
unnnnnnnnnnn13mo ago
可能性 ・variable.csvを鯖を開いてる最中に確認してる ・別のタイミングで残った変数を見た ・victimが取得できていない ・loop all playersにattackerが入っていない ・attackerがnone
るび
るびOP13mo ago
確認してみます
yukkina
yukkina13mo ago
死んだ時点でattackerがログアウトしてたら loop all playersで拾えないから その節ではない?
るび
るびOP13mo ago
それだ!! ありがとうございます
yukkina
yukkina13mo ago
on damageでリスト変数にattackerいれて、on deathの時それループして、消す on damageのとき
{attackers::%victim%} does not contain attacker
add attacker to {attackers::%victim%}
{attackers::%victim%} does not contain attacker
add attacker to {attackers::%victim%}
on deathのとき loop all playersの代わりに loop {attackers::%victim%} loop-playerの代わりにloop-value
るび
るびOP13mo ago
やってみます。ありがとうございます
yukkina
yukkina13mo ago
on deathのときに{attackers::%victim%}は消してあげてね。
るび
るびOP13mo ago
了解です
mirageeeeeeeeeeeeeeeeeeeeeeeeeee
これアスタリスク抜けてる
るび
るびOP13mo ago
できました、ありがとうございました
yukkina
yukkina13mo ago
アスタリスク???? *???? @mirageeeeeeeeeeeeeeeeeeeeeeeeeee
るび
るびOP13mo ago
loop {attackers::%victim%::*}: ってことじゃないですか? 違うかもです
yukkina
yukkina13mo ago
あーーーーーーー そうだわ 最近pythonしかやってなかった弊害が、、
Want results from more Discord servers?
Add your server