Jump to content

Making npcs force resistand


Go to solution Solved by Ramikad,

Recommended Posts

Posted

I took a look through BehavED and didn't really see anything other than what you mentioned. Is that Rancor in JKA considered an NPC because no force powers seemed to do anything to it in that "rescue prisoners, gambling map" ? If it is you can check stuff on that. 

Posted

There's a script command that makes any NPC immune to Force Powers.

 

//(BHVD)
set ( /*@SET_TYPES*/ "SET_NO_FORCE", /*@BOOL_TYPES*/ "true" );
 

NPC will not be affected by Force Powers.

Posted

Much thanks
 
but which?

set ( /*@SET_TYPES*/ "SET_FORCE_INVINCIBLE", /*@BOOL_TYPES*/ "true" );

or

set ( /*@SET_TYPES*/ "SET_NO_FORCE", /*@BOOL_TYPES*/ "true" );

or equail?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...