• Welcome to the new COTI server. We've moved the Citizens to a new server. Please let us know in the COTI Website issue forum if you find any problems.
  • We, the systems administration staff, apologize for this unexpected outage of the boards. We have resolved the root cause of the problem and there should be no further disruptions.

status_report program

Leitz

SOC-14 1K
Admin Award
Baron
Okay, still needs a lot of work but it solves a problem for me. status_report reads a file and takes an Int option for a number of rolls to do for each line. If you have a bunch of NPCs and need to make rolls for them, this could help.

Future effort will be to add a user supplied separator and to allow putting the rolls before or after the string. Sample run:

Code:
./status_report -f my_file.txt -r 4
File: my_file.txt
Rolls: 4
Separator: ,
Prefix: false
Marco Domici  6 4 10 9
Tala Domici  5 5 8 8
Ian Domici  7 7 6 2
Akil Domici  4 11 7 7
Karista Domici  8 6 7 7
Gothan Domici  7 8 5 8
Janice Howell  4 8 6 6
Maggie Patterson  6 4 7 12
 
Back
Top