This example is done in a macro but could be converted, it will loop through all the names in your list and delete the note if there was one. /run for i=1,GetNumFriends(),1 do local name, level , class, loc, connected, status, note = GetFriendInfo(i); SetFriendNotes(i, ""); end
| Attributes | Values |
|---|
| rdfs:label
| |
| rdfs:comment
| - This example is done in a macro but could be converted, it will loop through all the names in your list and delete the note if there was one. /run for i=1,GetNumFriends(),1 do local name, level , class, loc, connected, status, note = GetFriendInfo(i); SetFriendNotes(i, ""); end
|
| dbkwik:wowwiki/pro...iPageUsesTemplate
| |
| Link
| |
| Icon
| |
| abstract
| - This example is done in a macro but could be converted, it will loop through all the names in your list and delete the note if there was one. /run for i=1,GetNumFriends(),1 do local name, level , class, loc, connected, status, note = GetFriendInfo(i); SetFriendNotes(i, ""); end
|