RolePlay onLine RPoL Logo

, welcome to Community Chat

08:43, 29th March 2024 (GMT+0)

FREE Mobile Friendly Character Sheets Programmed in PHP.

Posted by byzantinex
byzantinex
member, 147 posts
Thu 15 Mar 2018
at 22:54
  • msg #1

FREE Mobile Friendly Character Sheets Programmed in PHP

I created these character sheets using PHP, jQuery and Google Spreadsheets to work on my phone and tablet whenever I didn't have my paper sheet, or my dice (there is a clickable dice roller).

You can ready about it here and download the code: https://d20.pub/resources/mobi...hp-character-sheets/

Unfortunately you do need to know a little bit of code to work with the sheets. I'm happy to help anyone if they want to create their own. You can see a link in the blog post.

You can see one of the sheets in action here: http://erbtech.com/dnd/rafe/

These are free for personal use. Please don't steal my code to profit off it.

Hope it helps someone!

Screenshot: https://d20.pub/img/845
praguepride
member, 1237 posts
"Hugs for the Hugs God!"
- Warhammer Fluffy-K
Mon 19 Mar 2018
at 15:45
  • msg #2

FREE Mobile Friendly Character Sheets Programmed in PHP

Nifty!
byzantinex
member, 153 posts
Wed 9 May 2018
at 17:09
  • msg #3

FREE Mobile Friendly Character Sheets Programmed in PHP

I added a cool new feature to this.

If you go here, then expand the skills section: http://erbtech.com/dnd/belie/

You can see an RPOL column.

I made it possible to click the skill modifier and have the dice roller for that specific game open with a memo line and the correct character be selected.

You will have to change the GI and the RC to your game id and character id.

echo '<a href="http://www.rpol.net/usermodules/diceroller.cgi?gi=65457&rc=276539&man=1d20%2b'. $skillBonus .'&memo=' . $skillName . '" target="_lbank">+' . $skillBonus . '</a>';
Sign In