| customization_item_wear(item_name, wear_option, variant[, add_to_wardrobe[, sync_flags]]) |
|
| Parameters: |
| item_name | | (string) name of the customization item |
| wear_option | | (string) name of the wear option |
| variant | | (string) name of the variant |
| add_to_wardrobe | | (bool, optional) whether or not to also add the specificed to the players wardrobe (defaults to true) |
| sync_flags | | (integer, optional) synchronization type (MULTI_SYNC_LOCAL = affects local player, MULTI_SYNC_REMOTE = affects remote player, or MULTI_SYNC_ALL = affects both players; defaults to MULTI_SYNC_ALL) |
| |
| Returns: |
| none |
|
| Description: |
| Put a customization item on the player. |
| |
|
| back to index | SR3 Script Action Documentation Last updated: Tue, 09 Aug 2011 11:32:15 |