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

[Solved] How to change Object Editor data through code?

Status
Not open for further replies.

Sverkerman

Hosted Project: BoW
Level 17
Joined
Feb 28, 2010
Messages
1,325
Hey!
I'd like some information about how to go about having 1 spell in the object editor and changing the data of the spell before adding it to a unit?

Example:
Event: Structure finishes
Boolean: Structure is type A
Action:
Call SetDataA of IncreaseHPSpell to 2.
Add IncreaseHPSpell to Constructed Structure.

Event: Structure finishes
Boolean: Structure is type B
Action:
Call SetDataA of IncreaseHPSpell to 34.
Add IncreaseHPSpell to Constructed Structure.

+2 rep to all contributors!
 
Status
Not open for further replies.
Top