Reddytedy Apprentice
Joined: 13 Oct 2000 Posts: 114 Location: USA
|
Posted: Mon Jan 27, 2003 10:11 pm
Contents of hands (Simutronics games) |
With some help from Kjata I have made a small set of triggers to grab the hand contents from the GS tags.
#TRIGGER {m} {#var rhand %gsl( m);#VAR rhand {%replace( @rhand, " ", "|")};#DELITEM rhand %null;#VAR rhand {%replace( @rhand, "|", " ")}} "" {gsl}
#TRIGGER {l} {#var lhand %gsl( l);#VAR lhand {%replace( @lhand, " ", "|")};#DELITEM lhand %null;#VAR lhand {%replace( @lhand, "|", " ")}} "" {gsl}
Now you can put the variables @lhand and @rhand on a button, status window, or status bar to update it. Next I will work on Status triggers for standing, kneeling, hidden and such.
Alan
Come play with us in Dragonrealms
http://www.play.net/dr |
|