PDA

View Full Version : echoing a critter counter?



Trinitis
07-31-2003, 02:41 PM
Any of you higher powered script makers know if its possible to make a counter part of the script that will echo the counter after each kill? I'm needing to be able to tell when I'm getting close too 100 kills without having to count each one myself.

-Adredrin :saint:

Trinitis
07-31-2003, 02:49 PM
actually, I think I already figured it out. Heh.

-Adredrin

imported_Kranar
07-31-2003, 02:50 PM
attack:
put attack <crittername>
match dead dies
match attack Roundtime

dead:
put search <critter name>
counter add
echo Your current kill count is %c
goto start


Something along those lines...