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>Gatekeeper Asher:<br>
Primeval Isle was sealed for a long time with a powerful forcefield, meaning gates couldn't be opened here. But its seal has been weakening ever since it was discovered by the adventurers, to now, when it is finally possible to travel here from the Town of Rune! Would you like to teleport to Rune now?<br>
<a action="bypass -h npc_%objectId%_goto 200916">"Yes, I would"</a><br>
<a action="bypass -h npc_%objectId%_Chat 1">"Tell me more about this field."</a><br>
<a action="bypass -h npc_%objectId%_Quest">Quest.</a>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 200916">"Yes, I would"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Chat 1">"Tell me more about this field."</Button>
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest.</Button>
</body></html>