• 🏆 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!

Selection - Select (Item) for Player 1 (Red). Is it possible?

Status
Not open for further replies.
Level 5
Joined
Mar 20, 2008
Messages
57
I have looked through the Jass function list and cannot find a select item function.
Is it possible to make a player select an item?

Here is how you make a player select a unit:
  • Events
  • Conditions
  • Actions
  • Selection - Select (Triggering unit) for Player 1 (Red)
I have made many menus using Multiboards, I just thought I might try something different.

I was thinking of making a unique menu that uses Items 'Descriptions'.
When an item that is sitting on the world map (not in your inventory) the area in wacraft 3 GUI that normally displays your units attack, armor etc. is an open space that just displays the item's description.

Arrow keys would be used to move up and down on the menu.
Each time you press an arrow key to move on the menu you would select a different item with a different item description.


-------------------------------------------------
-> Attack​
Defend​
Spell​
-------------------------------------------------


-------------------------------------------------
Attack​
-> Defend​
Spell​
-------------------------------------------------


-------------------------------------------------
Attack​
Defend​
-> Spell​
-------------------------------------------------
 
Status
Not open for further replies.
Top