I have following construction:
Trigger 1
C1 - objects in area player 1
C2 - object selected (a house)
E1 - Display instructions “Noone home”
E2 - activate trigger 2
Trigger 2
C1 - Timer 2
E1 - activate trigger 1
When I’m testing it following happens:
First time, I’m at the house everything happens correctly. If I come back a second time, the instructions will be displayed even if I haven’t clicked the house. What I’m doing wrong?