code_language.skript:
set {combat_log::inventory::%{_id}%::*} to serialized contents of player's inventory
add player's helmet to {combat_log::inventory::%{_id}%::*}
add player's chestplate to {combat_log::inventory::%{_id}%::*}
add player's leggings to {combat_log::inventory::%{_id}%::*}
add player's boots to {combat_log::inventory::%{_id}%::*}
I don't know why, but "serialized contents of player's inventory" doesn't work for me..
code_language.skript:
loop {combat_log::inventory::%{_id}%::*}:
drop loop-value at location of victim
I tried to drop but there's nothing.
Maybe you can help me to equip a citizen too because "equip citizen id with an %item stack%" doesn't seems to work too.
Thanks :3