If you were logged in you would gain 3 XP for posting a reply.
You are replying to:
The "last created leaderboard" can only refer to a leaderboard created in the same trigger. So what you want to do is to create a variable and set the type to leaderboard. Then right after you created your leaderboard (probably in the initialization trigger) you want to set the variable you created to last created leaderboard:
Variable - Set Leaderboardname = (Last created leaderboard)
When you replace all the "last replaced leaderboard" thingies with the variable you created all should be fine.
The "last created leaderboard" can only refer to a leaderboard created in the same trigger. So what you want to do is to create a variable and set the type to leaderboard. Then right after you created your leaderboard (probably in the initialization trigger) you want to set the variable you created to last created leaderboard:
When you replace all the "last replaced leaderboard" thingies with the variable you created all should be fine.