I was hoping that you could save a specific player’s player variables but when you copy them in inspector, if there was a variable that was a player (IE: Player Name) it gives Null so my idea is to use the #ID number for it So in workshop there should be a Specific Player ID type of thing where you put it in and, if that player is in, it could find them and set their variables so you can save stats easier
If you convert the player to a string like this:
Custom String("{0}", Event Player)
Then when you copy it from inspector, it will be the player’s name as a string. However, it does not include the full battletag (the #ID number is missing).
What I meant was a way to locate a player. Specifically ONLY that player not ex:“is in slot 1”, more like event player == CaoticDeity, but yeah custom strings don’t work that way so this was more of a “hey Blizzard add this” type of thing
Custom String("{0}", Event Player) == Custom String("CaoticDeity") actually works, believe it or not. The only problem is that it also works for a different player who is also named “CaoticDeity.”
2 Likes