Jump to content
Sign in to follow this  
circassian

Disabling DisableAI "move" Command

Recommended Posts

Hi Guys, I'm lecturing dudes below.. and I'm using DisableAI "move" command in addition to switchmove "fxstandatt" to make them not turning.. what I want is how to disable the DisableAI when done lecturing :).. I've tried switchmove but didn't work..

<a  href=uxyfP.jpg' alt='uxyfP.jpg'>

Share this post


Link to post
Share on other sites

disableAI command cannot be undone. There are workarounds around it, but I would instead suggest using the doStop or stop commands which are much simpler for your purposes.

Share this post


Link to post
Share on other sites

Thanks Rellikki, But the "dostop" not pretty efficient as disableAI.. they are turning around.. then i think i should make a little trick to save the situation which it "cutText ["","BLACK OUT"]"

Share this post


Link to post
Share on other sites

hi,

Try with the stop command and setSkill to 0. AI shouldn't move and/or turn and it's reversible.

_u=_this delect 0

if (local _u) then {} else {goto "ende"}

_u stop true
_u setSkill 0

#ende

exit

cya.

Nikiller.

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
Sign in to follow this  

×