set SetNewAmount to (MaxNewAmount - MinNewAmount + 1) ;Pseudo-Set of numbers from 0-x. For example if Max is 11, Min will be 5 for the set 5-11. Take off 5 and you get 0-6. GetRandomPercent/100 * Set will return a random number from that set. As GRP never returns 100, need to add 1 so the full set is represented.
Description: A problem caused this program to stop interacting with Windows.Problem signature: Problem Event Name: AppHangB1 Application Name: TESConstructionSet.exe Application Version: 1.2.0.404 Application Timestamp: 461430cf Hang Signature: dd15 Hang Type: 780 OS Version: 6.1.7600.2.0.0.768.3 Locale ID: 1033 Additional Hang Signature 1: dd154dbe15dfee11d20f8d86581956a6 Additional Hang Signature 2: 06aa Additional Hang Signature 3: 06aa3f1ea63a6e61caaf13a36c71c54a Additional Hang Signature 4: dd15 Additional Hang Signature 5: dd154dbe15dfee11d20f8d86581956a6 Additional Hang Signature 6: 06aa Additional Hang Signature 7: 06aa3f1ea63a6e61caaf13a36c71c54a
set SetNewAmount to (MaxNewAmount - MinNewAmount + 1) ;Pseudo-Set of numbers from 0-x. For example if Max is 11, Min will be 5 for the set 5-11. Take off 5 and you get 0-6. GetRandomPercent/100 * Set will return a random number from that set. As GRP never returns 100, need to add 1 so the full set is represented.