so i have a scene for having conversations with npcs. since there’s multiple npcs, instead of making a scene for each one, i just made a chat scene and i’m using external events to bring in their dialogue and stuff
it was working perfectly fine, until i created the 5th external event, now all of the sudden it just doesn’t do what it’s supposed to do. i know it regestiers being clicked, because i have another thing tinting the button when it’s pressed
also i tried just putting the code into the scene itself instead of being an external event, and it still wasn’t doing anything
u don’t need an “and” statment since the event wil be true onty when all conditions are true.
also check if the event has access to the variables.
try debugging it with an text object or printing an mensage to the gdevellops debug tab
1 Like
Can you provide a screen shot of how you are using the external event in the scene?
And can you screen shot 2 of the external events - one that works, the other of the 5th external event?
1 Like
i got it working while i waited for help, thanks though
i got it working while i waited for help, thanks though
i also prolly should change the and statement thing