Log in to your NBOS account to upload files
Recent Uploads
Add Custom Field Example Plugin04/05/2024
Inspiration Pad Pro v3.0 for Android04/03/2024
Jörðgarð Maps No. 505 - Wayhouse 2nd Story03/08/2024
Jörðgarð Map No. 504 - Wayhouse Ground Floor03/08/2024
Jörðgarð Map No. 503 - Stillwood02/06/2024
Most Downloaded
NBOS Character Sheet Designer v2.0123480
Inspiration Pad Pro 3.022107
Inspiration Pad Pro 2.017604
Fractal Mapper 8 PDF12280
ScreenMonkey Lite 1.8k9198
Highest Rated
Earth Political Map5 out of 5, 0 votes
Monastary of Brakki5 out of 5, 0 votes
Hip Cat beyond 10,000 LY5 out of 5, 0 votes
Quick Generate Plug-in5 out of 5, 0 votes
Surface Map and Blazon Generator Plugin5 out of 5, 0 votes
All Categories > ScreenMonkey > Scripts
Updated!! - Fudge Dice Roll Generator
No Preview Available
Download (6 KB)
Contributor:
Patrick Benson
Rating:
5 out of 5, 0 votes
Date Added:
07/02/2007
Downloads:
2323
Description:
This script will roll the number of Fudge dice specified by the user and display the results.

Fudge dice are 6 sided dice that have 2 plus signs (+), 2 negative signs (-), and 2 blank sides (o). For every plus sign (+) the roll is read as a 1, for every negative sign (-) the roll is read as a -1, and for every blank (o) the roll is read as a zero.

Besides displaying the results of the actual roll itself, the results for every die rolled are then added up and the total numerical value is displayed.

Example: If 4 Fudge dice are rolled the reult may be any combination between +4 to -4. A +4 result would be displayed as "(++++) +4" and a -4 would be displayed as "(----) -4" to the users.

Note: I found a bug with the Randomizer order in the script that was skewing the results due to vbscript's random number generator algorithm following a predictable routine. This revision tested fine after several test runs where the scritp was ran 1,000,000 times and the actual results for rolls were compared to the expected odds. The difference was routinely +/- < 1% with the revised script.