The script requests/brainstorming thread!
#84
Someone need a timer?
delalias swst
alias stopwatch [
if (strcmp $arg1 "start") [alias swst (millis)] [
if (strcmp $arg1 "time") [if (checkalias swst) [echo (- (millis) $swst)] [stopwatch isn't running!]] [
  if (strcmp $arg1 "clear") [delalias swst] []]]]
Feel free to modify that to fit your needs. You can set it up with add2conloop to activate when you respawn, and store the time when you score a flag.
Thanks given by:


Messages In This Thread
RE: The script requests/brainstorming thread! - by V-Man - 26 Feb 11, 07:07PM