Add a friend to your friend list.
AddFriend("playerName")
Parameters
Edit
Arguments
Edit
-
- playerName
- String - The name of the player you would like to add to your friends list
Returns
Edit
- nil
Details
Edit
You can have a maximum of 50 people on your friends list at the same time.
Example
Edit
AddFriend("Sembiance");
Community content is available under CC-BY-SA
unless otherwise noted.