Skip to content

Script Editing : Custom Shadow Dancer Script

InsaniJayInsaniJay Member Posts: 2
Bit of a script noobie here. How do I make a script to trigger sneaking not while I'm walking? Should I just set it to trigger only when I attack? It's to optimize the shadow dancer hide in plain sight.

Comments

  • sarevok57sarevok57 Member Posts: 5,975
    you could try;

    See(NearestEnemyOf(Myself))

    or

    See([EVILCUTOFF])
  • InsaniJayInsaniJay Member Posts: 2
    Wait, so the sneak triggers on sight is what you're saying? That would be pretty good I guess.
  • sarevok57sarevok57 Member Posts: 5,975
    to me, that would be the easiest way to do it, because im going to assume that realistically the only time you need to be hiding in shadows is when enemies are present
Sign In or Register to comment.