ID:157012
 
I want to search through a list of objects based on multiple variables that I am searching up.

Example: Attack Power, Level, Subtype, etc.

I would search for all objects that have each of those and display it. I have tried many attempts but failed. Any help?
You can reference a certain point in a list using [ ], you can read more about it in the guide.
In response to Darkjohn66
Havent had time to look through the guide yet, I'll do it eventually.

Could I add every var I am attempting to search up to a list, and for everything in the list, compare it to an objs vars and if all the vars in the list match to the objs vars, display it? *Dunno if this is a clear description*
In response to BananasInPajamas
BananasInPajamas wrote:
Havent had time to look through the guide yet, I'll do it eventually.

Could I (...)

This is where reading the guide BEFORE trying to use the language would be most useful, as it would answer your questions. Reading it afterwards would be somewhat... strange.
In response to Schnitzelnagler
Not having time to read it, and asking a question before hand won't cause harm.

I just read it and still don't quite see how I will get it done. I get it to compare one of the objects vars, but I can't get it to narrow down.