How to Extend to multiple scripts

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Newby

So i have a bandit script that extends currently to my entity script but i also want it to extend to my follow script how do i do that?

:bust_in_silhouette: Reply From: Dlean Jeans

I believe it’s not possible in GDScript, probably due to The Diamond Problem

The solution is to add your follow script as a child of your node. This is what the Godot’s node system designed for.

I’ve also edited my answer to your other question in accordance to this.

Sorry for my ignorance, but how i could do that?

Gengiskan | 2020-07-28 17:27