shibbidy joe Wanderer
Joined: 02 Nov 2002 Posts: 76 Location: Tuvalu
|
Posted: Wed Feb 12, 2003 1:38 am
Gemstone III Stance display |
Shows your current stance with a dynamic shield picture, and in numeral form. Email me for pictures.
#CLASS {Stance}
#VAR currentStance {0}
#TRIGGER {g} {#var currentStance {%number( %gsl( g))};#if (@currentStance=@cStance) {#abort 1}} "" {gsl}
#COND {} {#if (@currentstance<20) {#call %btnimage( stance, "GemstoneIIIImagesstanceO.bmp")} {#if (@currentstance<40) {#call %btnimage( stance, "GemstoneIIIImagesstanceA.bmp")} {#if (@currentstance<60) {#call %btnimage( stance, "GemstoneIIIImagesstanceF.bmp")} {#if (@currentstance<80) {#call %btnimage( stance, "GemstoneIIIImagesstanceN.bmp")} {#if (@currentstance<100) {#call %btnimage( stance, "GemstoneIIIImagesstanceG.bmp")} {#if (@currentstance=100) {#call %btnimage( stance, "GemstoneIIIImagesstanceD.bmp")}}}}}};#var cStance {@currentStance}} {wait|param=1}
#BUTTON 35 {} {} {} {} {} {} {GemstoneIIIImagesstanceO.bmp} {Size} {24} {27} {Pos} {204} {39} {} {} {} {} "" {Explore|Top} {} {stance} {4}
#BUTTON 36 {@currentStance} {} {} {} {} {} {} {Size} {22} {11} {Pos} {191} {37} {} {} {Separ} {} "" {} {} {} {4}
#CLASS 0
-Shib
[Note: Stregone has generously offered to host the images at http://stregone.net/gs3/zmud] |
|