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