Switch to edit mode.
Name(s): @t @term @terminate1: "Copied from Alias_ (#8462):@terminate Oct 10 20:01:49 2000"
2: if (player != this)
3: player:tell("That's quite opaque.")
4: return
5: endif
6: mortal = player:my_match_object(args[1])
7: interval = toint(args[2])
8: message = $su:from_list(args[3..$], " ")
9: player.gimp = mortal
10: player:tell("Die, ", mortal:nn(), ", die! (", message, " @ ", interval, ")")
11: while (player.gimp == mortal)
12: mortal:tell(message)
13: suspend(interval)
14: endwhile
15: "Last modified by Dax (#789) on Tue May 3 14:09:35 2005 MDT."