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

[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