I was wondering how to put individual articles of clothing into CJs wardrobe?
I've figured out how to add/remove special clothing like the racing suit, but I need to know how to tell the game that the player has already purchased other items (ie Biker boots, biker jacket, vest)
Keep in mind I already know how to add the clothes to the player, I need to know how to add those clothes to the wardrobe list
Appreciate any help thanks
The standard method for adding clothing to the inventory is to use opcode 0793: save_player_shopping_items. Here's an example that includes pdescobar's alternate string for adding the Zip Blue Shorts.
Player.SetClothes($PLAYER_CHAR, "timberfawn", "bask1", 3)
Player.SetClothes($PLAYER_CHAR, "hoodyamerc", "hoodya", 0)
Player.SetClothes($PLAYER_CHAR, "capblueover", "capovereye", 16)
//Shorts crash the game because name string too long, so we have to use another method.
//Player.SetClothes