I have an instance of a static NPC that I'm inheriting from, to make multiple static NPCs. I would like to have each one have its own func talk(answer = ""): so that each static NPC can say something different - is there a way to call that specific function again and update it in the child scene? Thanks!