Quote Originally Posted by Efren View Post
They exist, Check the Creature.lua
Code:
---------------------------------------------------
-----------  Relational Properties	---------------
---------------------------------------------------

function Creature:isSelf()
	return self._id == getSelfID()
end

function Creature:isTarget()
	return self._id == getSelfTargetID()
end

function Creature:isFollowed()
	return self._id == getSelfFollowID()
end
Burn! Ohhh, but seriously, he probably wasn't aware of the Creature.lua file, or unable to read. Which is correct? I'm unsure.