tony86 2 Posted August 18, 2021 Hello! I have a problem with the item dropped out with hint message.Beginning: I put the item of equipment list, I call it - "intel" Then I create trigger: Condition - !alive intel On Act - hint "Intel collected"Everything works fine at this point. I take the item and the message "intel collected" pops up. Now I would like to drop item to a certain place, into the trigger area.I create another trigger: Type - none On act - everyone Activation type - Present Condition - this On Act - hint "Intel delivered" The trigger synchronizes with the intel item.But here's the problem! The message is also displayed when I do not have the intel item. Ideally, I would like the message to appear only after the item is dropped on the ground. However, not so much necessary, it would be enough then at least that the message appears only when I have it in my inventory.Thanks in advance for your help and suggestions! Share this post Link to post Share on other sites
JohnKalo 657 Posted August 19, 2021 simple way that should work, condition: this && !alive intel Share this post Link to post Share on other sites
tony86 2 Posted August 19, 2021 Thank you for your answer. Everything works great! 1 Share this post Link to post Share on other sites