Runes of Magic Wiki
Advertisement

Parameters[ | ]

Arguments[ | ]

listType
String -
DF_Socal_Token_Friend = "Friend"  ;
DF_Socal_Token_BadFriend = "BadFriend"  ;
DF_Socal_Token_HateFriend = "HateFriend" ;
The DF_Socal_Token_* globals are initialized in socal_friendframe.lua in the Interface.fdb package
groupID
Number - the index of the group to delete

Returns[ | ]

nil

Example[ | ]

DelSocalGroup("Friend",1);
Advertisement