Switch to edit mode.
Name(s): @rmfile-all1: a = player:my_match_object(args[1])
2: if (!(a == $failed_match))
3: if (player == a.owner)
4: for x in (a:filelist())
5: a:filedelete(x)
6: endfor
7: player:tell("Done.")
8: else
9: player:tell("That isn't yours!")
10: endif
11: else
12: player:tell("Couldn't find it!")
13: endif