Hello I have tried to write a skript code, but here is the problem I'm not sure that I can use %victim%, because I already used %player%. If you have a question about that, just ask
aliases: drstart, drs
trigger:
add 1 to {arena.%player%}
execute console command "fwr clone DungeonRunner DungeonRunner%{arena.%player%}%"
wait 1 second
execute console command "fwr load DungeonRunner%{arena.%player%}%"
on death:
if victim is a player:
wait a tick
execute console command "mvtp %victim% DRLobby"
execute console command "fwr delete DungeonRunner%{arena.%victim%}%"``` in death event I can't use %player%, because of skript error and when I try %victim% it will not delete world


