How do I roll the dice? - Printable Version +- Wolf RPG (https://wolf-rpg.com) +-- Forum: Out of Character: Community (https://wolf-rpg.com/forumdisplay.php?fid=1) +--- Forum: Help Desk (https://wolf-rpg.com/forumdisplay.php?fid=2) +--- Thread: How do I roll the dice? (/showthread.php?tid=9613) |
How do I roll the dice? - Zoratto - June 06, 2015 Whenever I use the dice code, it always ends up with three. When I try to change it, its either blank, or whatever number I put inside the brackets. Any idea why? Examples: Insert: Code: [dice="1d10"]3[/dice] Output: 3 Insert: Code: [dice="1d10"][/dice] Output: Insert: Code: [dice="1d10"]10[/dice] Output: 10 RE: Dice roll problem - Nanuk - June 06, 2015 I totally had this problem too. Write this instead!: Code: /*roll 1d10 Without the *! RE: Dice roll problem - Zoratto - June 06, 2015 Do I write it with the [dice] around it? I tried that and it's not working. :( RE: Dice roll problem - Nanuk - June 06, 2015 nope! just "/*roll 1d10" with no * RE: Dice roll problem - Peregrine Redhawk - June 07, 2015 This is notoriously confusing because when we posted the code in the guide, it automatically converted in the post. @Kroc's guidance is right on point! You do not use [dice] tags. You always use /*roll 1d10, minus the asterisk. :) |