Im trying to figure out how a player can type a clan name he/she likes, and how i can save that custom tag text as a variable or bank file that I can use to load into the leaderboard??
Text is f***ing useless. Make a dialog with an edit box in it, and a button. Have them type their clan tag into the edit box and click the button to save the string. then you can use that variable to Add it to their players name in the leader board.
You're going to want to use a string instead of text. Like willu said, make a edit box dialog item and let the player type the tag there. You can get that value easily using "text of dialog item" (which returns a string, despite the name, I believe). You can store the string value in a bank using "store string". You can use the "create text tag" actions to create the tag, and use "attach text tag to unit" to make it float over your head. You can use "convert string to text" to convert your string into text for the text tag.
Rollback Post to RevisionRollBack
Feel free to Send me a PM if you have any questions/concerns!
Im trying to figure out how a player can type a clan name he/she likes, and how i can save that custom tag text as a variable or bank file that I can use to load into the leaderboard??
Text is f
***
ing useless. Make a dialog with an edit box in it, and a button. Have them type their clan tag into the edit box and click the button to save the string. then you can use that variable to Add it to their players name in the leader board.Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
@Stexen: Go
You're going to want to use a string instead of text. Like willu said, make a edit box dialog item and let the player type the tag there. You can get that value easily using "text of dialog item" (which returns a string, despite the name, I believe). You can store the string value in a bank using "store string". You can use the "create text tag" actions to create the tag, and use "attach text tag to unit" to make it float over your head. You can use "convert string to text" to convert your string into text for the text tag.
@zeldarules28: Go
Edit Value of dialog item Is the function he'd want,
Still alive and kicking, just busy.
My guide to the trigger editor (still a work in progress)
Very sorry guys, i had made a reply maybe a minute after my first post and relized it was done by strings, i guess i lagged out and it didnt post.
Thanks!