I have looked through various scripts and forums but didn't see it anywhere so thought I would just ask. When your in the API and writing a script is it possible to create a variable that holds the results of a dice role?
Code Flow:
If X >= Y then process A else process B. I need a way (if possible) to generate a roll into a variable to determine if is above or below a target number.
Code Flow:
If X >= Y then process A else process B. I need a way (if possible) to generate a roll into a variable to determine if is above or below a target number.