Jump to content
McKay Development

Recommended Posts

Posted (edited)

I want my bot to answer on chat message if my status is set to away. What did i do wrong ?

			client.getPersonas((client), (personas) => {
        if (client.persona_state == 3) {
			friends.sendMessage(steamID, "AFK");
				console.log("Send back: AFK");
		}
	});
Edited by SkullerHD
Posted

I don't really think this can be done with a bot. The bot would need to go online in order to receive chat messages, which would override your persona state from the proper Steam client.

 

 

Are u sure ? I use the bot on my main steam account. So if i dont move my mouse for some minutes my steam account turns automatically to "away". So it should be possible shouldnt it ? 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...