Hi all.
I'm trying to make it so a critter would have the bonus rate of fire perk. I was also trying to add the fast shot trait, but since it didn't work I moved on to adding a perk.
Anyway, I am using this code, in a script made for the critter:
The script ends up giving ME (dude_obj) the perk.
Plus, when using the same command differently, like so,
it doesn't work at all, for me or for the critter. Also tried removing a trait but to no avail.
Any thoughts? Appreciate the comments
I'm trying to make it so a critter would have the bonus rate of fire perk. I was also trying to add the fast shot trait, but since it didn't work I moved on to adding a perk.
Anyway, I am using this code, in a script made for the critter:
Code:
critter_add_trait(self_obj,TRAIT_PERK,PERK_bonus_rate_of_fire,1);
Plus, when using the same command differently, like so,
Code:
critter_add_trait(self_obj,TRAIT_TRAIT,TRAIT_fast_shot,1);
Any thoughts? Appreciate the comments
Last edited: