Ok, so heres the guide. Note that I am using Bluestacks, so the information in the guide is tailored around that. The value to search for is
ownsComponent("o_female_ValentinesDayOutfitPenny_FULL") for the outfit and
ownsComponent("c_Female_PennyValentinesDayHair_skin") for the hair.
View attachment 533782
NOTE: The emulator tends to store your clipboard in memory which can lead many duplicate, unnecessary results. To get around this, only "copy/paste" part of the value above. For example, type lowercase "
o" manually and paste
wnsComponent("o_female_ValentinesDayOutfitPenny_FULL") after that. That way when you search you avoid having 7+ results from your clipboard, and only the 2 real results.
Also, "
New Scan" below will actually say "
First Scan" if you haven't clicked it yet, so use "
First Scan" instead of "
New Scan" if that is what's visible.
View attachment 533783
NOTE: Remember that, because you are adding "
not( " before and "
) " after, you need to
delete 5 letters from the string so that it remains the same length in memory. For example,
ownsComponent("o_female_ValentinesDayOutfitPenny_FULL") becomes
not(ownsComponent("o_female_ValentinesDayOPenny_FULL")), with
not() around it and "
utfit" (5 letters) deleted from the middle.
Again, this is only a quick guide. If you need more help, you can ask and I'll go into more detail.