Vijilante SubAdmin
![](images/avatars/7230815434153eca6be3ad.gif)
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Feb 29, 2004 1:26 am |
First I would reccommend using the list variable in the trigger pattern for the tell. This is done by using braces in the pattern. For example:
#TR {^({@friends}) tells you, '(*)'$} {#NOOP friend that sent tell is in %1 and request is in %2--do something}
Next suggestion is use the %ismemeber function. An example of that would be:
#TR {^(%w) tells you, '(*)'$} {#IF (%ismember("%1",@friends)) {#NOOP tell was sent from friend in %1 and request is in %2--do something} {#NOOP wasn't a friend too bad}}
The first method is generally better. |
|