I created scene called NPC.tscn which has NPC.gd. I create a level and drag+drop in 2 instances of my scene NPC.
Then I went back to the original scene and added a new function to the NPC.gd, but the instances in my level do not seem to have those functions when I check their scripts. When I click their scripts they both are pointing to (referencing?) NPC.tscn:5 - both are referencing this.
Am I missing something here?