mIRC Homepage
Posted By: acorallino script not working - 25/08/06 04:00 PM
My script is not working. It is suppost to say something funny when someone says !destroy <name here>.the code is,

on *:text:!destroy*:#:{
if ($2-==$me) { /msg $chan I WILL NEVER KILL MYSELF DUMBASS! }
else { /msg $chan Wacks you with a spiked whip and poors acid over $2! }
}

Can someone please help
Posted By: xDaeMoN Re: script not working - 25/08/06 04:15 PM
Code:
 on *:text:!destroy &amp;:#:{
  if ($2 == $me) { msg $chan I WILL NEVER KILL MYSELF DUMBASS! }
  else { msg $chan Wacks you with a spiked whip and poors acid over $2! }
} 
Posted By: Taggnostr Re: script not working - 25/08/06 04:28 PM
Quote:
Code:
 on *:text:!destroy &amp;:#:{
  if ($2 == $me) msg $chan I WILL NEVER KILL MYSELF DUMBASS!
  else msg $chan Wacks you with a spiked whip and poors acid over $2!
} 
Posted By: acorallino Re: script not working - 25/08/06 04:34 PM
It still isnt working. confused
Posted By: KingTomato Re: script not working - 25/08/06 04:38 PM
Do you have an on *:TEXT:*:#: above it in the same file?
Posted By: acorallino Re: script not working - 25/08/06 04:40 PM
I have exactly what XDaeMoN wrote.
Posted By: xDaeMoN Re: script not working - 25/08/06 04:44 PM
You just posted the same thing, just without the braces. It doesn't make any difference.
Posted By: acorallino Re: script not working - 25/08/06 04:46 PM
Well, now it works on mIRC but i want to get it to work MKP chat and stuff if any1 can help?
Posted By: maroon Re: script not working - 26/08/06 06:47 PM
is MKP chat another kind of chat client that you're asking for scripting help with?
Posted By: Taggnostr Re: script not working - 27/08/06 12:25 PM
it's better to remove useless brackets, they slow down a little the code because mirc reads {} as commands :P
Posted By: acorallino Re: script not working - 29/08/06 05:04 PM
I am confused...
Posted By: acorallino Re: script not working - 30/08/06 10:36 PM
Can someone help please? confused
Posted By: RusselB Re: script not working - 31/08/06 12:36 AM
Quote:
Well, now it works on mIRC but i want to get it to work MKP chat and stuff if any1 can help?


If you want it to work with MKP, then you should contact their help/support. This site is for mIRC help, which has been given to the point where you have a script that works in mIRC.
Posted By: acorallino Re: script not working - 31/08/06 02:12 PM
What about jIRC? confused
Posted By: genius_at_work Re: script not working - 31/08/06 02:15 PM
What about jIRC? Does this look like a jIRC forum to you?

-genius_at_work
© mIRC Discussion Forums