-
In game name system
Hey guys. I tried making an in game name (username) to be displayed under characters. I failed. Im using lacewing. Im thinking I can make a string that is created when a user logs in and that string will be set to their name that lacewing has for them. But how do i make it unique? I tried this before with an edit box and it only worked for 1 peer when i had 2 log in.
Thanks!
-
You can probably use the built-in automatic pairing.
Make sure you always have an equal ammount of String1 objects and character objects.
Then have this event:
* Always
- String1: Set position to character
- String1: Set alterable string to Alterablestring A of character
-
1 Attachment(s)
I made an example for you.