The verb, SkillTarget(), calls the skill message in a thing's 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.