Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Test Subject
Original Poster
#1 Old 5th Apr 2018 at 10:11 AM
Default Routing Interaction<Sim, Sim> Question
I am trying to figure out how to route an Actor Sim to move directly in front of the TargetSim, like in Social Interactions, where they move in front of a sim before any social interaction chatting, hugging, etc.
I know for custom object modding I can define a slot, create a route and plan to slot. Wondering if there is already an in built function for Sim?

I've tried actor.RouteTurnToFace(base.Target.position), but this just turns the actor's face towards the target without actually routing to the front of the sim
Advertisement
Virtual gardener
staff: administrator
#2 Old 6th Apr 2018 at 8:57 AM
Could be totally wrong, but maybe social jigs are worth checking out?
Test Subject
Original Poster
#3 Old 7th Apr 2018 at 3:48 AM
Quote: Originally posted by Lyralei
Could be totally wrong, but maybe social jigs are worth checking out?


Oh silly me, I found the same question http://modthesims.info/showthread.php?t=608565 XD
Scholar
#4 Old 7th Apr 2018 at 9:04 AM
Oh hey that's my question Glad to know it's helping you. Anyway you can download the mod here http://modthesims.info/download.php?t=597392 after downloading it, open it in .net reflector or ilspy to figure out the code that you have to use. Good luck
Back to top