Variable trouble -
10-02-2011, 12:35 PM
Hi guys
got some trouble using variables and variable lists
first:
I want to verify if objects from list A are close to objects from list B and import them into list C if they are. I manage to, but if an object from list A is close to 2 objects from list B, it gets imported in list C twice. How to prevent this? tried using If (not( list C contains item_from_list A)) then ( normal actions to add it to list C). Didnt work.
second:
how do i verify if "object under mouse cursor" is part of a variables list. I tried just putting If "object under mouse cursor" == item_from_listA but it didnt work and gave me an error when playing it.
ive been on this forum for about a year, but didnt use it at all, and didnt use Alice more than a few times either, so im quite a noob. please help me! : / thx!
|