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

Using Unit Raw Data for Tooltip

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
Hi!

I was doing a lot of units/buildings tooptips manually (telling damage, attack speed, range, etc.) but then I remembered there was the Raw data. When I tried it only displayed: 0

h00N is the Unit Raw
hgtw is the Unit base (it's custom)
goldcost is the data I want to display
ugol is a code JNPG displays together with goldcost

I tried these but none of them worked

<h00N:hgtw,goldcost>
<h00N,goldcost>
<h00N:hgtw,ugol>
<h00N,ugol>
 
Status
Not open for further replies.
Top