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,3 +1,3 @@
<html><body>Teleportation Cubic:<br>
<a action="bypass -h npc_%objectId%_Quest Venom">Leave the prison.</a><br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest Venom">Leave the prison.</Button>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>
The roar of that scary demon in the dungeon always makes me want to run away! I know the dungeon is well-built, but if its defenses are broken, it could collapse!<br><p>
<a action="bypass -h npc_%objectId%_Quest Venom">Teleport to the dungeon</a>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest Venom">Teleport to the dungeon</Button>
</body></html>