reformats results & fixes command parsing
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<br/>
|
||||
<color-picker value="#cd72fe" id="themeColor"></color-picker><br/>
|
||||
</div><br/>
|
||||
<p>Example Commands: "1d6", "2d8 1d100", "5d6+10"</p>
|
||||
<p>Example Commands: "1d6", "2d8 1d100", "1d4 and 1d6", "2d20 & 1d2, "5d6+10"</p>
|
||||
<label for="command">Command </label><input type="text" id="command" onkeyup="roll(event)"/>
|
||||
<button hidden id="roll" onclick="roll()">Roll</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user