Parsed new style html buttons.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<html><body>Emperor Shunaiman:<br>
|
||||
Shilen's forces gain ground with each passing day.<br>
|
||||
We were stumbling backwards, but now... now I am staring down into a great chasm. What am I to do?<br>
|
||||
<a action="bypass -h npc_%objectId%_Quest">Quest</a>
|
||||
<Button ALIGN=LEFT ICON="QUEST" action="bypass -h npc_%objectId%_Quest">Quest</Button>
|
||||
</body></html>
|
@ -1,4 +1,4 @@
|
||||
<html><body>Emperor's Guard Leon:<br>
|
||||
Einhasad's blessin's, friend!<br>S'not everyone who gets to go time-travelin' to go and save the old Emperor, eh? Must be made of tougher stuff than us lot... probably the food.<br>Anyways, I understand you're lookin' to get back to your time?<br>
|
||||
<a action="bypass -h npc_%objectId%_Quest DisciplesNecropolisPast">"That's right."</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest DisciplesNecropolisPast">"That's right."</Button>
|
||||
</body></html>
|
@ -1,4 +1,4 @@
|
||||
<html><body>Disciple's Gatekeeper:<br>
|
||||
You are now at the place where Shunaiman Emperor's Seal Device is installed. You hear the sounds of Anakim and Lilith grappling violently from within.<br>
|
||||
<a action="bypass -h npc_%objectId%_Quest DisciplesNecropolisPast">Open the door.</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest DisciplesNecropolisPast">Open the door.</Button>
|
||||
</body></html>
|
Reference in New Issue
Block a user