I Must Be Crazy 2
First time out of the vault
Hmmmm, it seems as if I have stumped all of you with my last post.
Here is the code (NOID 1.01) for adding a level of the Educated perk:
op_critter_add_trait(op_dude_obj(), 0, 18, 1);
However, the problem with this code is that if the player already has 3 levels of the Educated perk, (s)he will not get any more levels with this code. Is there any command or script that will allow me to overcome this without using the Falche2 editor?
Here is the code (NOID 1.01) for adding a level of the Educated perk:
op_critter_add_trait(op_dude_obj(), 0, 18, 1);
However, the problem with this code is that if the player already has 3 levels of the Educated perk, (s)he will not get any more levels with this code. Is there any command or script that will allow me to overcome this without using the Falche2 editor?