Stop Stephanie from moving?

For general House Party discussion, gameplay questions, and feedback. Also where to ask questions about how to avoid Frank of the House "Fister", First of His Name.
Forum rules
Please follow all Eek! Forum rules.
Post Reply
MaschaX
Posts: 2
Joined: Tue Oct 15, 2024 7:00 pm

Stop Stephanie from moving?

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
MaschaX
Posts: 2
Joined: Tue Oct 15, 2024 7:00 pm

Re: Stop Stephanie from moving?

Nevermind, found it.

Code: Select all

stephanie.states(Immobile)=true 
did the trick.
peter980
Posts: 1649
Joined: Thu Feb 15, 2018 1:50 am

Re: Stop Stephanie from moving?

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
Post Reply