shavkacagarikia Posted May 12, 2016 Share Posted May 12, 2016 hello, trying to make a mirror which allows player to modify his character, i have the script: Scriptname changeface extends ObjectReference Event OnActivate(ObjectReference akActionRef) Game.ShowRacemenu() Game.ForceThirdPerson() EndEvent but when i test it ingame, position of camera isn't changing, it isn't showing player face, but stays on standart 3rd person view. Any ideas how to make camera to focus on player face? Link to comment Share on other sites More sharing options...
RGMage2 Posted May 12, 2016 Share Posted May 12, 2016 Try removing the Game.ForceThirdPerson() I did this in Skyrim Vanity Mirror and forcing 3rd person wasn't necessary because ShowRaceMenu did that automatically. Different game but it's still Bethesda so probably works the same. Link to comment Share on other sites More sharing options...
shavkacagarikia Posted May 12, 2016 Author Share Posted May 12, 2016 Try removing the Game.ForceThirdPerson() I did this in Skyrim Vanity Mirror and forcing 3rd person wasn't necessary because ShowRaceMenu did that automatically. Different game but it's still Bethesda so probably works the same.no in that way camera just stays in first person, i see options to change character but can't see the character itself Link to comment Share on other sites More sharing options...
Recommended Posts