#can't delete world after death event

1 messages · Page 1 of 1 (latest)

queen cipher
#

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
fallow ginkgo
fallow ginkgo
queen cipher
steel hawk
#

on respawn?

queen cipher
#

and do I have to use victim?

steel hawk
queen cipher
#

nice thanks

queen cipher
#

it was the easiest thing I only had to delete it 2 times to confirm it

queen cipher