Jojash Posted April 3, 2013 Posted April 3, 2013 So, recently, I made a script which places the player inside an NPC's location every time the script runs in an attempt to allow the player to "see what the NPC sees". This works fine within interior cells, but will give me a "black screen" when used in an exterior cell. To clarify, my game doesn't crash and when I try to stop the script from running via a hotkey used in the script, that works perfectly, no black screen, everything back to normal. This is quite vexing, any help would be appreciated!
DizzasterJuice Posted April 3, 2013 Posted April 3, 2013 ...when used in an exterior cell...Can you post the script? Exteriors are handled differently than interior cells.
Jojash Posted April 3, 2013 Author Posted April 3, 2013 (edited) Actually, I've had a thought, and I've changed how I was moving the player. Instead of using the "Moveto" command, I've used "GetPos" and "SetPos", this seems to have fixed it! :D Edited April 3, 2013 by Jojash
Recommended Posts