Page 1 of 1

Skill point calculating bbcode

Posted: March 23rd, 2018, 11:20 pm
by Daedalus
You can now calculate the total amount of used skill points using this bbcode:

Code: Select all

[skills=1400]
[skillpoints][/skillpoints]

General:
[skill=2]Athletics 65 = Level 10[/skill]
[skill points=220 free=65]Sword 220 = Level 20(extra training for 65)[/skill]
[skill level=0]Language: English 10 = Level 0[/skill]
[skill level=2 suffix=yes]Sword[/skill]
[skill level=2 free=65 suffix=yes]Club[/skill]
[/skills]
Creates the below text:



General:
Athletics 65 = Level 10
Sword 220 = Level 20(extra training for 65)
Language: English 10 = Level 0
Sword
Club

The skillpoints tag places the "used/max Skill Points" line, while the skill tags represent each skill, and the skills tag represents the whole skills section.