- 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
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)