by ZipBreak on Thu Jan 09, 2003 6:32 pm
The program works like the MegaModifier (part of the NBALive Tool) with the following differences:
* It does not require excel
* It can save modifier instructions en masse, and be able to load and apply en masse also.
A concrete example:
If you want to change two stats, say, FG and 3PT by 80% and 70% respectively. You simply add an operation to the running list that reads: FG * 0.80, 3PT * 0.70
This list is important as it can saved, loaded, added to and applied all at the same time to the whole roster, or just to the rookies.
I'm not sure I'm any clearer though...