Description
Checks whether Self is the original crafter/author of the Target craft object.
This uses the craft object's stored author name, not current object ownership.
Parameters
| Parameter | Description |
|---|
| BaseObject | Not used. Self is the character and Target is the craft object. |
| CompareType | Equal only: Self is the Target craft object's author. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self created the Target craft object | Self | IsCraftOwner | Equal |
| Check if Self painted the Target painting | Self | IsCraftOwner | Equal |