ovelayer commented on a Page, PinkieBot Oatmeal Script HELP!  -  Jan 04, 2015

2 mirc dirs?
it should be the one where your mirc.exe is located

BitHelper  -  Jan 04, 2015

It does not seem to work, I put in your edit of my script. And I am not getting anything. I put the .txt in the mirc file and nothing. What am I screwing up?

ovelayer  -  Jan 04, 2015

try this

on *:text:* oatmeal *:#: {
  .msg $chan $read($scriptdir\oatmeal.txt)
}

and put he oatmeal.txt in the same dir as you put the script in
make sure you add what you want the responses to be inside the oatmeal.txt

BitHelper  -  Jan 04, 2015

Nope, Still nothing. I don't get why doesn't want to work...

ovelayer  -  Jan 04, 2015

are you runnin it on yourself or on a bot?

BitHelper  -  Jan 04, 2015

Just on a Bot. And then i use my xchat.

ovelayer  -  Jan 04, 2015

k re-did and tested

on *:text:*:#: {
  if (oatmeal isin $1-) {
    .msg $chan $read($scriptdir\oatmeal.txt)
  }
}

[7:57pm Sun] <~xXBERTOXx> oatmeal
[7:57pm Sun] <@TeSt> just a test ..working
[7:57pm Sun] <~xXBERTOXx> this is oatmeal
[7:57pm Sun] <@TeSt> just a test ..working

BitHelper  -  Jan 04, 2015

ok looks like it works just need to fix this.

  • /msg: insufficient parameters (line 3, script51.ini)
BitHelper  -  Jan 04, 2015

Yes it works! Thank you ovelayer! You are the best!

ovelayer  -  Jan 04, 2015

your welcome =)

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.