View/Edit #6017:@rmfile-all

Switch to edit mode.

Name(s): @rmfile-all
1:  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

Verb arguments: any none none
Verb perms: Readable NOT-Debug
Verb owned by: Markle (#6017)

You are not logged in.

[home | help | who | search | setup | code]