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

[vJASS] Shortcuts of sold units are not highlighted and do not work

Status
Not open for further replies.
Level 25
Joined
Feb 2, 2006
Messages
1,689
I am adding units to a stock. The stock is a non building unit of Neutral Passive:
JASS:
call AddUnitToStock(whichUnit, 'n05E', 1, 1)
call AddUnitToStock(whichUnit, 'n077', 1, 1)
The tooltips contain highlighted shortcuts but the shortcuts are not yellow but white.
Besides the shortcuts do not work at all. Is this a common bug? Do I have to add the units from the beginning in the object editor?
 
Status
Not open for further replies.
Top