Parsed new style html buttons.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<html><body>Snowden:<br><br>
|
||||
Greetings, brave adventurer of Aden!<br>
|
||||
My name is Snow. I can transform you into a Rabbit. That form can be useful for you to get rewards from magic chests...<br>
|
||||
<a action="bypass -h Quest Rabbits transform">Transform me into a Rabbit!</a><br><br>
|
||||
<a action="bypass -h Quest Rabbits 900101-1.htm">Listen explanations about Event.</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Rabbits transform">Transform me into a Rabbit!</Button><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Rabbits 900101-1.htm">Listen explanations about Event.</Button>
|
||||
</body></html>
|
@ -3,8 +3,8 @@
|
||||
Andromeda:<br>
|
||||
Your partner %player% asked to marry you.<br>
|
||||
<center>
|
||||
<a action="bypass -h Quest Wedding accept">Accept Wedding</a><br>
|
||||
<a action="bypass -h Quest Wedding decline">Decline Wedding</a><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Wedding accept">Accept Wedding</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Wedding decline">Decline Wedding</Button>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
@ -10,7 +10,7 @@
|
||||
Once married, you can use the command ".gotolove" without the quotes, to teleport to your partner at anytime.<br>
|
||||
If you wish to divorce, simply type the command ".divorce" without the quotes.<br>
|
||||
<center>
|
||||
<a action="bypass -h Quest Wedding start">Back</a><br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Wedding start">Back</Button>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
I understand that you want to get married? Marriage is an expensive ceremony!<br>
|
||||
Are you sure you want to go ahead with it?<br>
|
||||
<center>
|
||||
<a action="bypass -h Quest Wedding ask">I want to marry</a>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Wedding ask">I want to marry</Button>
|
||||
</center>
|
||||
<br>
|
||||
Instructions:<br>
|
||||
|
Reference in New Issue
Block a user