DoctorUnne
05-04-2010, 07:47 PM
Can anyone help me with some language for scripting the way to the rift? Specifically the part that has me stumped is the room in the shrine with four identical staircases:
[Stairs of Ice]
The stairs grow more pitched and hazardous with each step. To each side, sheer walls rise up toward the arched ceiling, their surfaces covered with archaic sigils punctuated with pictographs. Many of these portray drakes, in a multitude of postures. You also see a flight of descending steps curving along the western wall, a flight of ascending steps leading straight through the northern wall, a flight of descending steps curving along the eastern wall and a flight of descending steps leading straight through the southern wall.
Obvious exits: none
As far as I know there's no description that specifically picks out the steps leading through the northern wall. You can do first steps, second steps etc. but the problem is Stormfront randomly rearranges the order of the steps so the northern wall ones don't always appear in the same spot in the order. It used to be either first or last in the order, so I added language to my script to make it work regardless. However, now for the first time after months those steps are showing up second in the order and again my script doesn't work. I'm sure I could figure out another complex workaround but I was hoping someone better than me at scripting could think of a simple way to get this right.
Thanks in advance.
[Stairs of Ice]
The stairs grow more pitched and hazardous with each step. To each side, sheer walls rise up toward the arched ceiling, their surfaces covered with archaic sigils punctuated with pictographs. Many of these portray drakes, in a multitude of postures. You also see a flight of descending steps curving along the western wall, a flight of ascending steps leading straight through the northern wall, a flight of descending steps curving along the eastern wall and a flight of descending steps leading straight through the southern wall.
Obvious exits: none
As far as I know there's no description that specifically picks out the steps leading through the northern wall. You can do first steps, second steps etc. but the problem is Stormfront randomly rearranges the order of the steps so the northern wall ones don't always appear in the same spot in the order. It used to be either first or last in the order, so I added language to my script to make it work regardless. However, now for the first time after months those steps are showing up second in the order and again my script doesn't work. I'm sure I could figure out another complex workaround but I was hoping someone better than me at scripting could think of a simple way to get this right.
Thanks in advance.