SetNPCClothingPreset
From Onset Developer Wiki
Description
This function sets a predefined clothing preset on an NPC. This is for people who are not interested in setting each clothing item ClothingExample.
Syntax
SetNPCClothingPreset(npc, clothing_preset)
Parameters
- npc
The NPC identifier. - clothing_preset
The clothing preset .
Return Value
- Returns true on success.
Example
__EDIT_ME__