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

How do i refer to Textes

Status
Not open for further replies.
Level 8
Joined
Mar 23, 2007
Messages
302
Ok we know we can do this in a string-vaule in the objekt editor.

to get a number we use <RawCode:Source>
like <Acca,DataA1> from Dreadlords swarm.

my question is, is there any way to do this with text?
like i have a unit and a item that summons that unit.
I know i can just type the text but would it work to let the units
description get numbers from its abilities and
then the items description get the information from the Units description?

if yes ^^ pls tell me how because <h000,Description> does not work and
gives always a 0.

greets equal
 
Level 8
Joined
Mar 23, 2007
Messages
302
so, i can use Integers and Reals from one objekt in another , but im no able to do so with strings? like

i can do somthing like this

(Acca:Description:)"shards do X damage. last Y seconds."

so i can let the X and Y search for a integer or real in the objekt editor with
<RaWCode:NamedPosition>.


but i cannot do on another spell somthing like this cuz this is an string?
"Description: <Acca:Description>"
 
Status
Not open for further replies.
Top