shibbidy joe Wanderer
Joined: 02 Nov 2002 Posts: 76 Location: Tuvalu
|
Posted: Sun Feb 09, 2003 4:31 pm
Gemstone III Hands Display [update 2] |
[Stow functions added. 2.19.03]
[Script updated for aesthetics. 2.11.03]
This is the same code as Kilthan's. Just positioned, colored, and shaped differently to be in keeping with the rest of the Gemstone III settings.
#CLASS {Hands}
#VAR righthand {Empty}
#VAR lefthand {Empty}
#TRIGGER "righthand" {m} {righthand = %gsl(m)} "" {gsl}
#TRIGGER "lefthand" {l} {lefthand = %gsl(l)} "" {gsl}
#BUTTON 22 {@lefthand} {#if (@lefthand = "Empty") {#Say Left hand's empty.} {stow left}} {} {} {} {} {} {Size} {204} {26} {Pos} {0} {87} {} {} {} {} "" {Inset} {} {}
#BUTTON 23 {@righthand} {#if (@righthand = "Empty") {#Say Right hand's empty.} {stow right}} {} {} {} {} {} {Size} {204} {26} {Pos} {0} {291} {} {} {} {} "" {Inset} {} {}
#CLASS 0
-Shib
[Edited for typo.] |
|