• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[General] Neutral Building - Remove Item Does Not Work

Status
Not open for further replies.

Remixer

Map Reviewer
Level 31
Joined
Feb 19, 2011
Messages
1,956
Okay, so I am making this map and I use trigger:
  • Selection Trigger
    • Events
      • Unit - A unit Sells an item (from shop)
    • Conditions
    • Actions
      • If ((Item-type of (Sold Item)) Equal to Human - Footman) then do (Neutral Building - Remove Human - Footman from Unit[0]) else do (Do nothing)
The Unit[0] = Shop ( the correct one )
Item Type = Correct one
The Unit[0] has "Sell Items" spell.

Any ideas why it does not work?
 
Status
Not open for further replies.
Top