Page 1 of 1

Stop Stephanie from moving?

Posted: Tue Oct 15, 2024 7:04 pm
by MaschaX
Hi!

I've been playing around with the new console commands (V2).
Is there a way to stop Stephanie from moving to her usual place inside or outside by the pool (not temporarily like the "let's hang out" option, but permanently disable her undying desire to go to her dance spot)?
I've diabled roaming already but that doesn't seem to do the trick.

Thanks for your help

Re: Stop Stephanie from moving?

Posted: Wed Oct 16, 2024 12:23 am
by MaschaX
Nevermind, found it.

Code: Select all

stephanie.states(Immobile)=true 
did the trick.

Re: Stop Stephanie from moving?

Posted: Wed Oct 16, 2024 2:40 am
by peter980
You can also try to find which periodic event is making her walk to dance room or outside.

then use:
events stephanie <name-of-event> setenabled false

Update:
I think it is: WalkTo-IntendedDanceArea

So use:
events stephanie WalkTo-IntendedDanceArea setenabled false