Can someone please tell me what's wrong with this script? #2945
-
I've made a script for one of my songs to play dialogue at the start and end of the song, from looking at it I feel like it should work but I've never used haxe before so I don't know the game says there's an unexpected "{" on line 93 but to me that seems to be in the correct position, and if I remove it it breaks the script in a different way
|
Beta Was this translation helpful? Give feedback.
Answered by
NotHyper-474
Jul 2, 2024
Replies: 1 comment 2 replies
-
I guess it's the fact that |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Hundrec
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess it's the fact that
startEndDialogue()
is missing a semicolon at the end.