• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Help! I have an issue with 1 trigger that teleports me everytime i buy an item.

Status
Not open for further replies.
Level 6
Joined
Aug 31, 2018
Messages
167
The problem is that when i buy any item it teleport me again (until i upgrade the item, but that still teleports me) (The problem is with the first trigger)
upload_2019-8-31_21-40-0.png
upload_2019-8-31_21-40-34.png
 

Attachments

  • upload_2019-8-31_21-39-22.png
    upload_2019-8-31_21-39-22.png
    110.9 KB · Views: 41
Last edited:
Level 45
Joined
Feb 27, 2007
Messages
5,578
You need to use “Item being manipulated” to refer to the item. The way you’ve done it just checks if the unit has that item at all, not that it’s just acquired that specific item. Check “Item type of (Item being manipulated) equal to <your type>“ instead.

Also remove IBM from the unit in your summon trigger, rather than removing “item held by unit of type”.
 
Last edited:
Level 6
Joined
Aug 31, 2018
Messages
167
You need to use “Item being manipulated” to refer to the item. The way you’ve done it just checks if the unit has that item at all, not that it’s just acquired that specific item. Check “Item type of (Item being manipulated) equal to <your type>“ instead.

Also remove IBM from the unit in your summon trigger, rather that using “item held by unit of type”.
It works. Thank you ^_^
P.S What is IBM?
 
Status
Not open for further replies.
Top