Skill


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.


SenderThe thing that force was used on.
SourceThe player that used the force.

Sender TypeThing (3).
Source TypeThing (3).

Param0The bin number of the force power used.
Param1The rank of the player who used the force.
Param2None.
Param3None.