SkillTarget() makes a thing send the skill message to its class cog. SkillTarget()
sends the type of force power, the player, and the player's rank to the message. The skill message may return a value
to SkillTarget() with ReturnEx(). The skill message will only run in class
cogs; it will not be called in capture cogs.