(this is post 1 for exsample)
---In progress---
---When building a character the first thing you need to know is that you cant use the dice roller until the second Post...(dont ask why its just a bug..So when making your character you can do two things...make your first post and have your name on it...or make your character then do your rolls in the next post and just edit your character sheet...my idea would do the first so for exsample----
Post #1: Shadow009 Character sheet
Post #2: Character name: Situs Zakuto
---Updated news----
Ok so you can use the dice roller on your first post (aka creating a new thread).... Basicly you need to know the commands..
The basic code for dice is easy if you know any html coding...its even easier...so lets do this..
First step all codes must begin with somthing
step 1A: Start with a [
Step 1B: Then add this inside it roll="_"
Step 2...Put # (aka put a number like four inplace of #...Dont put 4...make sure its spelt out..) sided die inside the " "
Step 3 put a ] after the "
Step 4: You only need to do this if you want more then just 1 four sided die...but it will look like this ]2[
step 5: after the ] and how many number of dice you want...you put [
step6...finish up the code with roll/]
And thats how you would do it...finished code will look like this
(how it works)
theres a dice symbol just above the chat area with the bold and italic and stuff u clikc the die and a drop down menu shows u click on one of the options...
[roll="Four Sided Die"][/roll <--- it will look like that but the ] is missing I deleted it...
That is a 1d4...to make it so its 2d4 u will have to make ti look like this
[roll="Four Sided Die"]2[/roll <----Again the ] was deleted so u can see the format...