Auto-translated
The `end` statements are incorrectly placed. There are two `end` statements after the `RobberJoin` function (there should be only one), and one `end` statement after the second talkbox callback (there should be two). Because of this, the function became local, so it is not visible from other functions, and attempting to call it after the talkbox results in an error.