Hi all,
I picked up 8 objects all named obj1 ....... obj8 , and need to bring them to a certain place on the map.
I put down a trigger and call this one tr1, this trigger needs to activate when all objects i picked up are are droped from inventory in this area.
wrote it like this : Condition : obj1 inArea tr1 && obj2 inArea tr1 && obj3 inArea tr1 && obj4 inArea tr1 && obj5 inArea tr1 && obj6 inArea tr1 && obj7 inArea tr1 && obj8 inArea tr1 On Act.: hint "it works"
but it doesn't seems to work, does someone have an idea what i did wrong?