nazradin Apprentice
Joined: 23 Mar 2003 Posts: 114 Location: New Zealand
|
Posted: Sat Apr 19, 2003 5:38 am
Gemstone Coincounter |
makes a gauge that keeps track of silvers on you
edited 21.04.03
#CLASS {coincounter}
#ALIAS checkcoins {wealth;#gag}
#TRIGGER {You have (%n) coins with you} {#gag;coins = %1}
#TRIGGER {You have but one coin with you.} {coins = 1}
#TRIGGER {{coins.|The teller carefully records the transaction|hands it back to you, along with|silver for it.|You gather the remaining|accepts your silvers|You share (%n) silvers with your group.|hands you (%n) silvers.}} {checkcoins}
#TRIGGER {You have no silver coins with you.} {coins = 0}
#BUTTON 76 {@coins coins} {deposit @coins} {} {} {} {} {} {Size} {100} {20} {Pos} {1} {900} {} {} {} {} "" {Explore} {} {}
#CLASS 0
Nazradin |
|