Fixed old buypass for custom faction system.

This commit is contained in:
MobiusDev 2017-04-17 10:31:01 +00:00
parent df0d11d519
commit f8f88452ca
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<html><body>Faction Manager:<br>
What will your destiny be %name%?<br1>
Will you choose to be %good%? ...or maybe %evil%?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FactionManager selectGoodFaction">"I choose %good%!"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FactionManager selectEvilFaction">"I choose %evil%!"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FactionSystem selectGoodFaction">"I choose %good%!"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FactionSystem selectEvilFaction">"I choose %evil%!"</Button>
</body></html>

View File

@ -1,6 +1,6 @@
<html><body>Faction Manager:<br>
What will your destiny be %name%?<br1>
Will you choose to be %good%? ...or maybe %evil%?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FactionManager selectGoodFaction">"I choose %good%!"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FactionManager selectEvilFaction">"I choose %evil%!"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FactionSystem selectGoodFaction">"I choose %good%!"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest FactionSystem selectEvilFaction">"I choose %evil%!"</Button>
</body></html>