ACR_BuilderPlugin.CreatureHelper.SetCreatureBehaviorType C# (CSharp) Method

SetCreatureBehaviorType() public static method

public static SetCreatureBehaviorType ( NWN2CreatureTemplate creature, string behavior ) : void
creature NWN2CreatureTemplate
behavior string
return void
        public static void SetCreatureBehaviorType(NWN2CreatureTemplate creature, string behavior)
        {
            creature.Variables.GetVariable("ACR_CREATURE_BEHAVIOR").ValueString = behavior;
        }