BluWulf91 Posted April 8, 2019 Share Posted April 8, 2019 Hello, I am trying to make a script fragment that turns the player character around during dialogue, but the only way I've found to do this, SetAngle, always exits dialogue. Does anyone know a simple way to do this? Any help would be appreciated. Link to comment Share on other sites More sharing options...
foamyesque Posted April 8, 2019 Share Posted April 8, 2019 Not certain, but try setting the player to AI controlled and drop a package on them that orients them to a specific heading marker? Link to comment Share on other sites More sharing options...
BluWulf91 Posted April 9, 2019 Author Share Posted April 9, 2019 Hello, Sorry, I've never used packages before. How would you set one up to orient the player to look behind them without being in a specific spot? Would I have to spawn a marker behind them? Thanks for the help. Link to comment Share on other sites More sharing options...
foamyesque Posted April 9, 2019 Share Posted April 9, 2019 Hello, Sorry, I've never used packages before. How would you set one up to orient the player to look behind them without being in a specific spot? Would I have to spawn a marker behind them? Thanks for the help. Depends on your specific use case. I was picturing some kind of one-off quest-related dialogue that would occur in a known location. You'd place a marker, put it in a quest alias, put the player in a quest alias, and then make a package that belongs to that quest (and therefore can use the alias info) that tells the player to walk over and orient themselves to it. You could use scripting to move the marker to the player and set the orientation as desired as well. Link to comment Share on other sites More sharing options...
BluWulf91 Posted April 11, 2019 Author Share Posted April 11, 2019 The use case is speaking to a type of NPC rather than a specific one, so it would not be a specific location, and it's repeatable, as well. Also, having the player move to the marker seems like it would exit the dialogue, based on my prior experience. Is this just something the game can't do? Link to comment Share on other sites More sharing options...
Recommended Posts