Parsed new style html buttons.

This commit is contained in:
mobius
2015-01-03 21:32:03 +00:00
parent 7e473d3efd
commit 15e5e063a7
5370 changed files with 12014 additions and 12014 deletions

View File

@@ -1,6 +1,6 @@
<html><body>
If you have been alert, you may have noticed that when you defeat monster, you gain<font color="LEVEL"> SP</font> along with experience. SP stands for 'skill points'. If you are curious about SP, click the Character Status button and view the Status tab on the window. You must expend SP for each individual skill you acquire.<br>
<a action="bypass -h npc_%objectId%_Chat 7">Tell me more about learning skills</a><br>
<a action="bypass -h npc_%objectId%_Chat 8">Which skills ahould I learn first?</a><br>
<a action="bypass -h npc_%objectId%_Chat 0">Return</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 7">Tell me more about learning skills</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 8">Which skills ahould I learn first?</Button>
<Button ALIGN=LEFT ICON="RETURN" action="bypass -h npc_%objectId%_Chat 0">Return</Button>
</body></html>