Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creature ID check
#4
You can gather creature IDs using the following macros:

Creature.ByName(Name): returns a ID of the first creature with the given name;
Creature.Attacking() / Creature.Target(): returns a ID of the attacking creature (0 if not attacking);
Creature.Self(): returns ID of self creature.

You actually can attack a creature with the macro
Creature.Attack(ID), however I do not recommend to mimic Killer / Trainer features, because those features contains a lot more tests that the actual macros do.


Messages In This Thread
Creature ID check - by Rudek1212 - 08-29-2013, 11:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)