The functions GURPS.findSkill, GURPS.findAdDisad and GURPS.findAttack thow errors because the use functions on the actor. that not longer exists.
To reproduce, run these statements in the console with an actor selected:
GURPS.findSkill(GURPS.LastActor,'X')
GURPS.findAdDisad (GURPS.LastActor,'X')
GURPS.findAttack(GURPS.LastActor,'X')
However, GURPS.findSkillSpell works fine.
The functions GURPS.findSkill, GURPS.findAdDisad and GURPS.findAttack thow errors because the use functions on the actor. that not longer exists.
To reproduce, run these statements in the console with an actor selected:
GURPS.findSkill(GURPS.LastActor,'X')
GURPS.findAdDisad (GURPS.LastActor,'X')
GURPS.findAttack(GURPS.LastActor,'X')
However, GURPS.findSkillSpell works fine.