ID:174087
 
I need to know the if for list containing.
like I have an allies list, and I need the mobs to check if the thing their attacking's side is on it and if it is, don't attack. but all I need to know is the if list contains thing.
Thanks to anyone/everyone that helps =)
DarkCampainger wrote:
I need to know the if for list containing.
like I have an allies list, and I need the mobs to check if the thing their attacking's side is on it and if it is, don't attack. but all I need to know is the if list contains thing.

I'm not positive of what you mean, but the Find() proc might be what you're looking for if you're trying to locate something in a list.
In response to Malver
Thanks for answering so quik but this didn't work =(
if(allies.Find("[P.side]",Start=1,End=0))
In response to DarkCampainger
I have bout 10 min. before I can't go on for......(count's his fingers)..... A while
In response to DarkCampainger
Thanks!
Bye!