Jump to content

Getting a follower to sneak.


sumoftwosins

Recommended Posts

None of my followers seem to go into the crouch/sneak mode when I do, unlike the built in ones. I looked through their scripts: charon script, followers script, etc... I can't seem to track anything down. I looked throught lex's tutorial and search for sneak, but nothing either.

 

Anyone else get it working? I'm sure it is something simple I keep overlooking.

Link to comment
Share on other sites

None of my followers seem to go into the crouch/sneak mode when I do, unlike the built in ones. I looked through their scripts: charon script, followers script, etc... I can't seem to track anything down. I looked throught lex's tutorial and search for sneak, but nothing either.

 

Anyone else get it working? I'm sure it is something simple I keep overlooking.

 

 

well i solved this problem in my CRI-Squad mod by script...

 

Begin Gamemode

 

if player.IsSneaking == 1

SetForceSneak 1

else

SetForceSneak 0

endif

 

end

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...