Switch to edit mode.
Name(s): dsfriends1: "Copied from DS (#5654):friends Jan 12 17:41:05 2000"
2: player:tell("---------- Friends Online ----------")
3: for i in (this.friends)
4: if (i:connected())
5: player:tell(i.name, " (", i, ") ", i.location.name, " (", i.location, ")")
6: endif
7: endfor
8: player:tell("--------------- End ---------------")