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

[Trigger] Indexing

Status
Not open for further replies.
Level 12
Joined
Aug 12, 2008
Messages
349
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