How do I roll the dice?
155 Posts
Ooc — Alisha
Offline
#1
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
 
MATURE CHARACTER!
478 Posts
Ooc —
Offline
#2
I totally had this problem too. 


Write this instead!:

Code:
/*roll 1d10

Without the *!
Always up for the following trade threads:

[Image: warden.gif] [Image: warrior.gif]
155 Posts
Ooc — Alisha
Offline
#3
Do I write it with the [dice] around it? I tried that and it's not working. :(
 
MATURE CHARACTER!
478 Posts
Ooc —
Offline
#4
nope! just "/*roll 1d10" with no *
Always up for the following trade threads:

[Image: warden.gif] [Image: warrior.gif]
3,373 Posts
Ooc — Kat
Offline
#5
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. :)