Read some discussions about galaxy back when the game first came out and saw there was no way to get a player's battle.net name into a bank file (for verification) because it can only be accessed as text and there's no way to go from text to string. Is this still the case? Are there any new functions or hacks people have found to make it work?
Read some discussions about galaxy back when the game first came out and saw there was no way to get a player's battle.net name into a bank file (for verification) because it can only be accessed as text and there's no way to go from text to string. Is this still the case? Are there any new functions or hacks people have found to make it work?
Your looking for player "handle"
@hobbidude: Go
Player handle returns the actual ID of the player as a string, so you could use that. Or ask for user input to put their name in it.
AWESOME! And it's a string, thanks :)