- Joined
- Mar 19, 2013
- Messages
- 543
- Reaction score
- 111
- First Language
- English
- Primarily Uses
- N/A
I was wondering if anyone might know a way to pre-learn skills for actors with the Skill Learn System plugin?
I've tried assigning the skill to the actor via trait, but that doesn't remove it from the Learn Skill menu. (allowing for accidental repeat learning)
I am hesitant to add a custom Learn Show Eval to every possible skill, so it won't show up at all if the actor already knows it somehow, as its a lot of work for something that might be done simply.
I've scanned the plugin with my javascript-noob-eyes and can only find scene functions for learning, nothing that jumps out at me as usable in a script call at the point an actor joins the party.
So.... If anyone can explain how I might go about simply having an actor already learn a skill (as if they already spent the cost and learned it in menu) that would be great!
(edit: I should note that I realize class level based learning works... But then all actors with that class level would know the skills.)
Also, if I might suggest the addition of Forced Learning? Say, a note-tag for an actor that requires all 'forced' learning to be completed before other non-forced skills can be learned.
Example:
<Required Learn Skill: x>Such a feature would make the need for pre-learning unnecessary... But pre-learning script calls would be a lot less work to implement.
Thanks!
I've tried assigning the skill to the actor via trait, but that doesn't remove it from the Learn Skill menu. (allowing for accidental repeat learning)
I am hesitant to add a custom Learn Show Eval to every possible skill, so it won't show up at all if the actor already knows it somehow, as its a lot of work for something that might be done simply.
I've scanned the plugin with my javascript-noob-eyes and can only find scene functions for learning, nothing that jumps out at me as usable in a script call at the point an actor joins the party.
So.... If anyone can explain how I might go about simply having an actor already learn a skill (as if they already spent the cost and learned it in menu) that would be great!
(edit: I should note that I realize class level based learning works... But then all actors with that class level would know the skills.)
Also, if I might suggest the addition of Forced Learning? Say, a note-tag for an actor that requires all 'forced' learning to be completed before other non-forced skills can be learned.
Example:
<Required Learn Skill: x>Such a feature would make the need for pre-learning unnecessary... But pre-learning script calls would be a lot less work to implement.
Thanks!
Last edited by a moderator:

