• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[Trigger] Hide 'Select User' Button

Status
Not open for further replies.
Level 26
Joined
Dec 3, 2018
Messages
874
Hi so as the title sugests I don t want that button to be visible but i still want it to function, but i haven t found it in the trigger's options. Any idea how could i hide it? A visual representation would be very apreciated.
 

Attachments

  • Sharp!!.png
    Sharp!!.png
    8.2 KB · Views: 22
Level 20
Joined
Aug 13, 2013
Messages
1,696
Just Shift + Enter to input negative values.
Besides, I can't find that 'Select User' ability, where is that ability located anyway?
I can only find 'Select Hero' & 'Select Unit' listed in OE, each with show/hide option.
If that's implemented within reforged, have you tried using SetPlayerAbilityAvailable()?
Or implementation in GUI:
  • Hide Ability
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Player - Disable Select Ability for Neutral Passive
If not working, consider those abilities I've mentioned to replace it if they've similarities.
 
Status
Not open for further replies.
Top