Switch to edit mode.
Name(s): @ad1: if (player == this)
2: if (toint(argstr))
3: player.dp = player.dp + toint(argstr)
4: player:tell("Add: $", toint(argstr))
5: player.dps = {@player.dps, {time(), toint(argstr)}}
6: endif
7: endif
8: "Last modified by Dax (#789) on Tue May 3 14:11:58 2005 MDT."