Box Critters Friends and Ignore Console Feature
Box Critters has a way to add people to your ‘Friends List’ and ‘Ignore list’. To add people as a friend all you need to do is open up the developer console and do:
Friends
To add someone as your friend enter into the console: world.friend('PLAYERID');
Example: world.friend('2A36390055A8AA8B');
– this would add me!
To see your friends list enter: world.player.friends
To get player IDs, head over to The Critter Circle and use the #critter-lookups channel
Ignore
To ignore someone, all you need to do is enter: world.ignore('PLAYERID');
These will update your player database.
Friends and Ignore Full List
You can look at your lists by entering:
world.player.friends
world.player.ignores
These will show you your list of friends and ignored. You can now begin to populate your lists.
A reminder the ignore element is still temporary and if you log out and back in will show them to appear.
The ID will remain in the list at present. There isn’t a way to remove friends or ignored people yet. At the moment you are just populating lists, so at a later point there will be more functionality to it with visuals and a way of removing friends and ignored.
This is a great start to the feature though and I really like it! Do you? Leave a comment and let me know!