Quote Originally Posted by Raphael View Post
Also, what about pre-defined creature objects, such Self, Target, Followed, etc...
Make them by yourself... lazy...
Code:
local self = Creature.GetByID(getSelfID())
local target = Creature.GetByID(getSelfTargetID())
local followed = Creature.GetByID(getSelfFollowID())