Hi mates, I want to change the values of 3d character's outfit within the code but it doesnt work. My code is below;
I execure the script on "At beginning of the scene"
local outfit = Characters.Main_char_3d_2.CharacterCurrentOutfit
outfit.OutfitCameraAngle = 120
outfit.OutfitCameraHeight = 1
outfit.OutfitModelScaleFactor = 150
Nothing happens. My version is 4.2
Cheers