Have a Model Addition Actor that adds a model when ever a behavior is landed on the unit via Events. There is, however, multiple instances of this unit through out my map, and as such when ever the specific behavior lands on any instance of the unit it adds the model to all units, resulting in stacks of Model Additions on each unit.
Wondering how to change this so only the unit that the behavior lands on is targeted with the Model Addition, presumably through Host + options or a term in the Events + ?
Yea got a BehaviorLevel.xxxx.Start with a Level Term in there as well.
Played around with the Host + but couldn't figure it out; using Actor: Implicit, Effect: None, Scope: Implicit, Subject: Actor xxxx which is where I'm guessing I would need to adjust something?
Hi,
Have a Model Addition Actor that adds a model when ever a behavior is landed on the unit via Events. There is, however, multiple instances of this unit through out my map, and as such when ever the specific behavior lands on any instance of the unit it adds the model to all units, resulting in stacks of Model Additions on each unit.
Wondering how to change this so only the unit that the behavior lands on is targeted with the Model Addition, presumably through Host + options or a term in the Events + ?
Thanks in advance
What events you got so far? A Behaviour.blah.On event should suffice.
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
https://www.sc2mapster.com/forums/resources/tutorials/179654-data-actor-events-message-texture-select-by-id
https://media.forgecdn.net/attachments/187/40/Screenshot2011-04-17_09_16_21.jpg
Yea got a BehaviorLevel.xxxx.Start with a Level Term in there as well.
Played around with the Host + but couldn't figure it out; using Actor: Implicit, Effect: None, Scope: Implicit, Subject: Actor xxxx which is where I'm guessing I would need to adjust something?
The host subject should be an appropriate alias in this case.
Use On not Start.
Check how the Fungal Growth actor is setup.
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
https://www.sc2mapster.com/forums/resources/tutorials/179654-data-actor-events-message-texture-select-by-id
https://media.forgecdn.net/attachments/187/40/Screenshot2011-04-17_09_16_21.jpg