Godot Version
4.3
Question
Hello everyone! This is my first time using dialogic and I’ve been watching Devworm’s tutorial on making dialogue systems. This is how my code looks like for the npc
Problem:
My problem now is that the timeline keeps playing even when im not remotely near the area2d when i press the “interact button,” my player has Player for it’s classname so I’m sure it’s not because of that so I’m unsure why it’s turned out like this.
Update: I added an “if player_in_area:” before the input, the problem now is that even when I DO enter the area2d, the timeline absolutely refuses to play
If anyone knows what’s up I would be really thankful for the answer