Jump to content
McKay Development

Toxic

Member
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Sweden
  • Interests
    C#, C++, Steam API, Node.js

Toxic's Achievements

  1. I found another way. But how would i do so it checks 2 steam id's in one if statement? I tried doing if(steamID == '76561197.....' && '76561.....'){
  2. Could you give an example of how i would do that?
  3. I need some help with my bot.. so here is my problem.. I tried making an if statement like this: client.on('friendMessage', function (steamID, message) { if(steamID == '765611......'){ client.chatMessage(steamID, 'Working...'); } else { client.chatMessage(steamID, 'You are not my master!'); } }); But everytime i send the bot something it sends "Working..." but i want it to only respond with a command like !help or !test Any help or suggestions would be helpful.
×
×
  • Create New...