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,4 +1,4 @@
<html><body>Teleportation Cube:<br>
<a action="bypass -h npc_%objectId%_goto 58" msg="811;the 2nd floor">Go back to the 2nd floor.</a><br>
<a action="bypass -h npc_%objectId%_goto 56" msg="811;The Core room">Teleport into The Core room.</a>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 58" msg="811;the 2nd floor">Go back to the 2nd floor.</Button>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_goto 56" msg="811;The Core room">Teleport into The Core room.</Button>
</body></html>