• 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.

[Trigger] Weirdest MUI/GUI Glitch

Status
Not open for further replies.
Level 22
Joined
Jul 25, 2009
Messages
3,091
  • Casts Build Menu Chaos
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Build Menu (Chaos)
    • Actions
      • Set ResetAbility[(Player number of (Owner of (Triggering unit)))] = Build Menu (Chaos)
      • Set HQ[(Player number of (Owner of (Triggering unit)))] = (Triggering unit)
      • Set TempPoint = (Position of (Triggering unit))
      • Unit - Create 1 Builder (Chaos) for (Owner of (Triggering unit)) at TempPoint facing 270.00 degrees
      • Set BuilderUnit[(Player number of (Owner of (Triggering unit)))] = (Last created unit)
      • Selection - Select (Last created unit) for (Owner of (Triggering unit))
      • Unit - Order (Last created unit) to Undead Build
Every time this trigger runs, in a game of 2+ people, the other players' player cards disappear, i.e. whatever is selected, all buttons on the card disappear.

So wtf is going on here? Any ideas?

This looks 100% MUI to me.
 
Status
Not open for further replies.
Top