It would seem the Team Elimination game tutorial (Team Elimination Game in Verse | Unreal Editor for Fortnite Documentation | Epic Developer Community) has several syntax errors that are in it, I am not familiar with the Verse language and was using the tutorial as a jumping off point learned how to use UEFN and Verse.
now then there are several lines that are using a & symbol in the syntax or a -& as part of it and each throws a different error when i try to build the code.
the first is
team_elimination_game.verse(32,5, 32,15) : Script error 3101: Infix
& operator is unimplemented.
the other is something along the lines of - is not allowed to go before & due to precedence.
I’ve also double checked by going to the very end of the tutorial where the full completed script is scared and i copy pasted it. the code is exactly as written on the site of course and still throws these errors and after searching the forums and the wider internet for some time I still have no clue how I might fix them.
any ideas?