Fixed old buypass for custom faction system.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<html><body>Faction Manager:<br>
|
<html><body>Faction Manager:<br>
|
||||||
What will your destiny be %name%?<br1>
|
What will your destiny be %name%?<br1>
|
||||||
Will you choose to be %good%? ...or maybe %evil%?<br>
|
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 FactionSystem 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 selectEvilFaction">"I choose %evil%!"</Button>
|
||||||
</body></html>
|
</body></html>
|
@@ -1,6 +1,6 @@
|
|||||||
<html><body>Faction Manager:<br>
|
<html><body>Faction Manager:<br>
|
||||||
What will your destiny be %name%?<br1>
|
What will your destiny be %name%?<br1>
|
||||||
Will you choose to be %good%? ...or maybe %evil%?<br>
|
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 FactionSystem 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 selectEvilFaction">"I choose %evil%!"</Button>
|
||||||
</body></html>
|
</body></html>
|
Reference in New Issue
Block a user