WoW:API AddFriend

Revision as of 12:57, 27 August 2005 by WoWWiki>Inglais
AddFriend -Documentation by AlexanderYoshi-

Add a friend to your friend list.

AddFriend(playerName);

Arguments
(String playerName)
playerName
The name of the player you would like to add to your friends list

Returns
nil

Example
AddFriend("Sembiance");
Result

Description
Adds the specified playerName to your friend list.

Template:WoW API