Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<<set $numb to 0>>Welcome to AllDice.
This software is free and comes as is without any guarantees.
The author (EC Holm) is not held liable, directly or indirectly, for any of the end user's (you) hardware, software, malware, virus issues. The author will not be held liable, directly or indirectly, for the end user's loss of income/revenue, business, profists/contracts, andticipated savings, data, goodwill, office time. The author will not be held liable, directly or indirectly, for the end user's wasted management, breach of contract copyright infringement or otherwise.
The author grants the end user a free non-exclusive license to use this download and/or use this software.
The author holds the copyright of this software.
No person shall have the right to access or use the source code or constitute any licence of the source code of this software.
The end user agrees to indemnify and hold the user and his partners harmless from any claim or demand, including legal fees, made by third party due to or arising out of you use of this software, the end user's violation of the terms, or the end user's violation of any rights of another.
By clicking 'Start' you acknowledge that you have read the above terms and agree to them.
[[Start->AllDiceScript]]
Copyright EC Holm 2017<!-- Could try to make a random macro in the Edit Story Javascript and then code the whole thing in SugarCube--><center>Enter the number of dice sides, from 2 to 99.</center>
<<if $numb lt 2>><<set $numb to 6>><</if>>\
<center><span class="box1"><<textbox "$numb" $numb>></span></center>
<center><<button "ROLL">>
<<if $numb gte 2 and $numb lt 100>>
<<goto "AllDiceScript">>
<<else>>
<<set $numb to 6>><<goto "Warning">>
<</if>>
<</button>></center>
<center>You rolled:</center>\
<center><h2><<randint $numb>></h2></center>You entered an invalid number of sides. Enter number of sides from 2 to 99. The number of side has been reset to 6.
[[Back->AllDiceScript]]By EC Holm