Illistim darkness (script)

The official GemStone IV encyclopedia.
Revision as of 14:54, 10 December 2015 by VANKRASN39 (talk | contribs) (add category)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
THIS PAGE CONTAINS SPOILERS
Title:Illistim Darkness
Author:Unknown
Compatibility:Wrayth Only

SPOILER ALERT: THIS IS THE SOLUTION TO AN IN-GAME PUZZLE. DO NOT READ FURTHER IF YOU WOULD RATHER SOLVE IT ON YOUR OWN.

I wish I could say who wrote this, but I'm not sure. Nonetheless, this is a script to get you out of the location arrived at when you use Sign of Darkness, a Council of Light power, to teleport back to Ta'Illistim from a nearby area.

put look
match Ycheck an old, dusty altar
match step sound of dripping
matchwait

Step:
move go step

Ycheck:
put look at altar
match Y1 Yellow 1
match Y2 Yellow 2
match Y3 Yellow 3
match Y4 Yellow 4
match Y5 Yellow 5
matchwait


Y1:

pause 1
put Pull yellow lever
match BLcheck first
match Y1 You pull
matchwait

Y2:

pause 1
put Pull yellow lever
match BLcheck second
match Y2 You pull
matchwait

Y3:

pause 1
put Pull yellow lever
match BLcheck third
match Y3 You pull
matchwait

Y4:

pause 1
put Pull yellow lever
match BLcheck fourth
match Y4 You pull
matchwait

Y5:

pause 1
put Pull yellow lever
match BLcheck fifth
match Y5 You pull
matchwait


BLcheck:
put look at altar
match bl1 blue 1
match bl2 blue 2
match bl3 blue 3
match bl4 blue 4
match bl5 blue 5
matchwait

BL1:

pause 1
put Pull blue lever
match BRcheck first
match BL1 You pull
matchwait

BL2:

pause 1
put Pull blue lever
match BRcheck second
match BL2 You pull
matchwait

BL3:

pause 1
put Pull blue lever
match BRcheck third
match BL3 You pull
matchwait

BL4:

pause 1
put Pull blue lever
match BRcheck fourth
match BL4 You pull
matchwait

BL5:

pause 1
put Pull blue lever
match BRcheck fifth
match BL5 You pull
matchwait


BRcheck:
put look at altar
match br1 brown 1
match br2 brown 2
match br3 brown 3
match br4 brown 4
match br5 brown 5
matchwait

BR1:

pause 1
put Pull brown lever
match RCheck first
match BR1 You pull
matchwait

BR2:

pause 1
put Pull brown lever
match RCheck second
match BR2 You pull
matchwait

BR3:

pause 1
put Pull brown lever
match RCheck third
match BR3 You pull
matchwait

BR4:

pause 1
put Pull brown lever
match RCheck fourth
match BR4 You pull
matchwait

BR5:

pause 1
put Pull brown lever
match RCheck fifth
match BR5 You pull
matchwait


RCheck:
put look at altar
match r1 red 1
match r2 red 2
match r3 red 3
match r4 red 4
match r5 red 5
matchwait

R1:

pause 1
put Pull red lever
match GCheck first
match R1 You pull
matchwait

R2:

pause 1
put Pull red lever
match GCheck second
match R2 You pull
matchwait

R3:

pause 1
put Pull red lever
match GCheck third
match R3 You pull
matchwait

R4:

pause 1
put Pull red lever
match GCheck fourth
match R4 You pull
matchwait

R5:

pause 1
put Pull red lever
match GCheck fifth
match R5 You pull
matchwait


GCheck:
put look at altar
match g1 green 1
match g2 green 2
match g3 green 3
match g4 green 4
match g5 green 5
matchwait

G1:

pause 1
put Pull green lever
match End first
match G1 You pull
matchwait

G2:

pause 1
put Pull green lever
match End second
match G2 You pull
matchwait

G3:

pause 1
put Pull green lever
match End third
match G3 You pull
matchwait

G4:

pause 1
put Pull green lever
match End fourth
match G4 You pull
matchwait

G5:

pause 1
put Pull green lever
match End fifth
match G5 You pull
matchwait


End:

move go step
move go passage
move go opening
move out
move east
move east
move east
move east
move go grate

See Also