Team Elimination Game tutorial error

Apparently there are two errors in the Team Elimination Game tutorial’s GiveNextWeapon function.

I dont know the language well enough to find a workaround.
Can any of you see what the issue is?

image

1 Like

The line where they set WeaponTier is not allowed anymore, should be :

if(PlayerTeam := MaybePlayerTeam?, EliminatingPlayerTier:= TeamMap[PlayerTeam][EliminatingPlayer], set WeaponTier = EliminatingPlayerTier):

Same for the second one

I’m confused by what you mean the “same” for second one here. what does the second line look like when edited correctly? I’ve tried a few times and couldn’t work it out on my own.

1 Like