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

[JASS] Dummy Caster Multiple Cast Problem

Status
Not open for further replies.

Kazeon

Hosted Project: EC
Level 34
Joined
Oct 12, 2011
Messages
3,449
Hey, I have a problem here. I'm creating an ability with slow and curse effect. And I use dummy caster to cast those abilities to affected units. But my question is, can I use only one dummy caster? Because it seems not to work if I ordered the dummy caster to cast two abilities at once:
JASS:
call IssueTargetOrderById(DummyCaster, MISS_ORDER_ID, fog)
call IssueTargetOrderById(DummyCaster, SLOW_ORDER_ID, fog)
Mostly only one of those abilities is casted. But sometimes both are casted.

I have set the dummy caster's cast backswing and cast point to zero. The two abilities also have 0 cast time. Is it indeed impossible to order a single unit to cast two abilities at the same time?
 
Status
Not open for further replies.
Top