Author |
Message |
Topic: #IF and %ismember |
Bobmartin
Replies: 5
Views: 1970
|
Forum: zMUD General Discussion Posted: Mon Feb 25, 2002 1:20 am Subject: #IF and %ismember |
Ok, made the change to (%w) and "%1" , as well as my spacing typo. However, when i test it with a name in clanlist and a name that's not in clanlist, it still only returns the {clan :lets y ... |
Topic: #IF and %ismember |
Bobmartin
Replies: 5
Views: 1970
|
Forum: zMUD General Discussion Posted: Mon Feb 25, 2002 12:58 am Subject: #IF and %ismember |
Having problems getting the #if and %ismember functions to work. This is a trigger:
^You sense that %1 is scrying you.
#VAR @currentscry %1
#IF (!%ismember( @currentscry, @clanlist)){clan :let ... |
|