(SOLVED)Help me with dialogue in my game


so i put this code here and what its meant to do is basically. after the dialogue shows up and e key is pressed again the text switches. but when i try to do it literally nothing changes

A trigger once is needed and possibly using set to 1 instead of add 1

1 Like

now nothing happens

umm try putting the trigger once condition at the end of each event

its much better to use a timer than a wait for this.
and also use key released instead of pressed

you can do this sort of thing…
edit - you dont actually need the timer with key released …just with key pressed


nevermind you were right with the trigger once stuff i just got it wrong. i fixed it

2 Likes