Sceptor of Kzirgla A TI Basic program by William (Bill) Kuhl (Kuhl Software) who has consented to its distribution. A simple graphic adventure where you move around a maze collecting treasure and get attacked by creatures. The simple object is to survive as long as you can. If you are a Wizard you can use a magic pendant (P) but NOT a sword (S). If you are a Warrior you can use a Sword but not a Pendant. Commands are A for Attack, I for Inventory (briefly places values at bottom of screen); direction commands are E (North) S (west) D (East) and X (South) Yellow Orange blocks are walls which you can destroy with Attack (costs strength) Blue blocks might be treasure chests or trap doors to the next level- or poison gas. When you relinquish life, the game will BREAK and typing CON will quickly get you back into another dungeon, but first if you wish to see what treasures and weapons you failed to survive with, you can type in: PRINT IV(1) (that is IV as in ivy) which tels you how many Clubs you had. And so on with different numbers in brackets to determine the number of: 1 = clubs 2=mace 3=sword 4=gold 5=jewel 6=dagger 7=axe 8=pendant 9=silver 10=carpet and so it goes.