shibbidy joe Wanderer
Joined: 02 Nov 2002 Posts: 76 Location: Tuvalu
|
Posted: Thu Feb 20, 2003 2:27 am
Gemstone III Mind (exp) display |
Displays the current status of your mind. (Clear as a bell to fried.) Email me for pictures, or visit Stregone's site at http://www.stregone.net/gs3/zmud
#CLASS {Mind}
#VAR mindState {A}
#VAR cMS {A}
#TRIGGER {r} {#var mindState {%gsl( r)};#if (@mindState=@cMS) {#abort 1};#if (@mindState=A) {#call %btnimage(mindState,GemstoneIIIImagesmindA.bmp)};#if (@mindState=B) {#call %btnimage(mindState,GemstoneIIIImagesmindB.bmp)};#if (@mindState=C) {#call %btnimage(mindState,GemstoneIIIImagesmindC.bmp)};#if (@mindState=D) {#call %btnimage(mindState,GemstoneIIIImagesmindD.bmp)};#if (@mindState=E) {#call %btnimage(mindState,GemstoneIIIImagesmindE.bmp)};#if (@mindState=F) {#call %btnimage(mindState,GemstoneIIIImagesmindF.bmp)};#if (@mindState=G) {#call %btnimage(mindState,GemstoneIIIImagesmindG.bmp)};#var cMS {@mindState}} "" {gsl}
#BUTTON 37 {} {} {} {} {} {} {GemstoneIIIImagesmindA.bmp} {Size} {31} {39} {Pos} {196} {6} {} {} {} {} "" {Explore|Inset|Top} {} {mindState} {4}
#CLASS 0
-Shib
Edit: added the www to the weblink.
Edited by - tondiening on 02/20/2003 01:29:28 |
|