Jump to content
tony86

Problem with pickup item and drop it with hint messages

Recommended Posts

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

simple way that should work, condition:

this && !alive intel 

 

Share this post


Link to post
Share on other sites

Thank you for your answer. Everything works great!

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×