Jump to content
ChlckenWlng

Need help making AI not move

Recommended Posts

So I have a little problem here. I want that a zombie from the ravage adddon doesnt move. However I cant do it

 

I tried:

zombie disableAI "MOVE";

zombie enableSimulation false;

doStop zombie;

zombie disableAI "MOVE"; in combination with zombie disableAI "TARGET" and zombie disableAI "AUTOTARGET";

zombie disableAI "FSM";

zombie disableAI "AUTOCOMBAT";

zomibe disableAI "PATH";

and a combination of this all together

but nothing worked. Anyone got a idea how I can make him stop moving?

Share this post


Link to post
Share on other sites

Yep, you can try attaching him to an invisible object! Like an invisible helipad for example.

  • Like 2
  • Thanks 1

Share this post


Link to post
Share on other sites

Are you naming your AI zombie?

Im thinking its not working because of that, idk, but from that thread i linked disableAI "PATH"; seemed to work for them.

Share this post


Link to post
Share on other sites
1 minute ago, Gunter Severloh said:

Are you naming your AI zombie?

Im thinking its not working because of that, idk, but from that thread i linked disableAI "PATH"; seemed to work for them.

Yes I give them names

 

Share this post


Link to post
Share on other sites
9 minutes ago, JohnKalo said:

Yep, you can try attaching him to an invisible object! Like an invisible helipad for example.

Thanks worked for me

  • Like 1

Share this post


Link to post
Share on other sites
On 12/6/2019 at 6:30 AM, Gunter Severloh said:

Are you naming your AI zombie?

Zombies are people too.  They should all have names (and be able to declare their own genders).

  • Haha 1

Share this post


Link to post
Share on other sites
On 12/6/2019 at 2:49 PM, ChlckenWlng said:

I tried:

zombie disableAI "MOVE";

 

What mod are you using ?

Max's ?

Share this post


Link to post
Share on other sites
3 minutes ago, GEORGE FLOROS GR said:

 

What mod are you using ?

Max's ?

Its called ravage

Share this post


Link to post
Share on other sites

You can spawn one instead of placing this manually in editor and then i think it will work.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×