Parsed new style html buttons.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<html><html>Sister of Silence Eris:<br>
|
||||
Finally we meet, Successors of Fate. In the end, the endless Bridle of Eternity will be back where it belongs.<br>
|
||||
<a action="bypass -h Quest MonasteryOfSilence1 EXIT">"I'd like to go outside."</a><br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonasteryOfSilence1 EXIT">"I'd like to go outside."</Button>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,3 +1,3 @@
|
||||
<html><body>Teleportation Device: Move to East Watcher's Room.<br><br>
|
||||
<a action="bypass -h Quest MonasteryOfSilence1 EAST">Move to East Watcher's Room</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonasteryOfSilence1 EAST">Move to East Watcher's Room</Button>
|
||||
</body></html>
|
@ -1,3 +1,3 @@
|
||||
<html><body>Teleportation Device: Move to West Watcher's Room.<br><br>
|
||||
<a action="bypass -h Quest MonasteryOfSilence1 WEST">Move to West Watcher's Room</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonasteryOfSilence1 WEST">Move to West Watcher's Room</Button>
|
||||
</body></html>
|
@ -1,3 +1,3 @@
|
||||
<html><body>Teleportation Device: Move to North Watcher's Room.<br><br>
|
||||
<a action="bypass -h Quest MonasteryOfSilence1 NORTH">Move to North Watcher's Room</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonasteryOfSilence1 NORTH">Move to North Watcher's Room</Button>
|
||||
</body></html>
|
@ -1,3 +1,3 @@
|
||||
<html><body>Teleportation Device: Move to South Watcher's Room.<br><br>
|
||||
<a action="bypass -h Quest MonasteryOfSilence1 SOUTH">Move to South Watcher's Room</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest MonasteryOfSilence1 SOUTH">Move to South Watcher's Room</Button>
|
||||
</body></html>
|
Reference in New Issue
Block a user