#Adding a custom skill after confidant rank up appears

12 messages · Page 1 of 1 (latest)

spice valve
#

So after confidant rank 10, there's this special menu where it adds a new skill (evade X). I'm told I can call it with flowscript, but it doesn't seem to work for me.

#

So this is the code for persona evolution

#

This is what I edited it too

#

However, no skill is added.

agile gale
#

just do skill_add instead

#

idk whaat ADD_PERSONA_SKILL is haven't used it but SKILL_ADD will work

#

though obviously with the caveat that it can't be relearned once forgotten

spice valve
#

They use ADD_PERSONA_SKILL to add skills when they do skillset transitions behind the scenes. Like when Robin Hood skills are removed and Loki skills are added

agile gale
#

yea but that doesn't have a skill replacement menu or anything like that

spice valve
#

Yeah

#

Just SKILL_ADD(party member id, skill id)?

agile gale
#

ye