Register to post in forums, or Log in to your existing account
 
:
Search found 5 matches for:
Page 1 of 1
Author Message
  Topic: alias #while loop problem
Avangard

Replies: 4
Views: 2499

PostForum: zMUD General Discussion   Posted: Tue Aug 24, 2004 1:30 am   Subject: alias #while loop problem
thx, that's alot neater then what i came up with
  Topic: #IF comparing one to many
Avangard

Replies: 1
Views: 1303

PostForum: zMUD General Discussion   Posted: Tue Aug 24, 2004 1:25 am   Subject: #IF comparing one to many
#IF %lower( "%2")!=( %lower( @FilterSchool)) {#GAG}

@FilterSchool is a list of values ie {A|b|C|DE|g}
how do i make it compare the value in %2 to each value in @FilterSchool
and send #GAG if it d ...
  Topic: alias #while loop problem
Avangard

Replies: 4
Views: 2499

PostForum: zMUD General Discussion   Posted: Mon Aug 23, 2004 5:12 am   Subject: alias #while loop problem
nevermind, added #NOOP i fixed it

#UNVAR @Flag
#VAR Flag %null [""] [{Scripts|SpellFilter}]
#VAR FlagNumber %numParam( ) [""] [{Scripts|SpellFilter}]
#WHILE {@FlagNumber!=0} {
#VAR Flag %ad ...
  Topic: alias #while loop problem
Avangard

Replies: 4
Views: 2499

PostForum: zMUD General Discussion   Posted: Mon Aug 23, 2004 5:04 am   Subject: alias #while loop problem
i changed my alias to this

#UNVAR @Flag
#VAR Flag %null [""] [{Scripts|SpellFilter}]
#VAR FlagNumber %numParam( ) [""] [{Scripts|SpellFilter}]
#WHILE {@FlagNumber!=0} {
#VAR Flag %additem( % ...
  Topic: alias #while loop problem
Avangard

Replies: 4
Views: 2499

PostForum: zMUD General Discussion   Posted: Mon Aug 23, 2004 3:55 am   Subject: alias #while loop problem
here is what i'm trying to do
i want an alias called spf
you should be able to type something like this spf -name blah -level 4 34
etc etc, and there can be a variable number of those
i want an al ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net