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

[Trigger] Indexing

Status
Not open for further replies.
Level 12
Joined
Aug 12, 2008
Messages
350
I've been using Hanky's Dynamic Indexing for quite some time now but still, I couldn't master it. Here's a problem I currently facing. This spell creates a few energy ball surrounds and rotates around the caster.
But, how would I store them into variable? Should I create one variable for each dummies? Or should I play with the index numbers in the variable?
In a spell by Paladon which is Magical Birds (Nature), although the indexing is different, but in the above "play with index numbers in the variable" is mentioning something like in the Paladon's Magical Birds spell
  • Set A_Birds[((A_MUIInteger x 5) - A_GeneralInteger[1])] = (Last created unit)
 
Status
Not open for further replies.
Top