Die roller
The Role Player
12 Dec 2018, 01:20Is there a way to create a die roll action? I would like to allow the reader to be able to roll a d6, d8, d12 and a d20.
Not all at once, mind you, but as needed during the adventure.
DarkLizerd
12 Dec 2018, 05:22Easy, it's already set-up in Quest...
http://docs.textadventures.co.uk/quest/functions/
The command is even called DiceRoll…
http://docs.textadventures.co.uk/quest/functions/corelibrary/diceroll.html
IE: result=DiceRoll("3d6")
The Role Player
12 Dec 2018, 15:12Thank you!