Jump to content
McKay Development

NetLuis

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by NetLuis

  1. Hello, I tried to use community.postUserComment but it didn't work with no errors. I'm using the script below. I'm trying to comment on user profiles.

    client.on('friendRelationship', (friend, relationship) => {
    if(relationship == 3) {
    client.chatMessage(friend, "Hello!");
    community.postUserComment(friend,"Thanks for adding!");
    
    }});
×
×
  • Create New...