Adjustments for Investigators Teleporter (34529).

This commit is contained in:
MobiusDevelopment
2020-01-05 17:08:30 +00:00
parent 6cbc8cf310
commit b38aa776fa
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<html><body>Investigators Teleporter:<br>
We will safely send you to our camps.<br>
Where would you like to go?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 0">Eastern Camp</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 1">Western Camp</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 2">Southern Camp</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_teleport OTHER 3">Northern Camp</Button>
</body></html>