The majority of forums are now only available as archives, which means posting/editing is disabled.
The Anything and Everything forum is still open.
The Anything and Everything forum is still open.
mIRC Scripting: Remotes stopped working
|
|||
|
Rank: ? (1)
Member #: 8724 |
i'm pulling my hair out over here...
suddenly my remotes have stopped working... the on commands I'm using on text right now... my aliases still work fine.. but for some reason the remotes just die silently... i'm not sure what's going on. so i open the remotes panel, there are no other scripts loaded than the one i'm working on... I put in a simple test line like this: on *:TEXT:!test:*:{ /echo test complete } also tried on *:TEXT:!test:*:{ //echo test complete } whenever i type !test anywhere in any window.. it doesn't do anything. i also tried using alot of other commands instead of echo... like /msg and such... none seem to be working... am i missing an option somewhere that turns remotes on/off ? again the script is loaded properly, hell i even reinstalled mirc. p.s. This code worked fine yesterday... suddenly... now it doesn't. |
||
|
|||
|
|||
|
Rank: ? (21)
Member #: 6303 |
Well, I think I know what the problem is, the on text command only works when other people say the text, not you, so either get another person to say !test or use the on input command
|
||
|
|||
|
|||
|
Rank: ? (1)
Member #: 8736 |
hi,
i've had a similar problem, the solution for your problem: on ^1:TEXT:!test:*:{ /echo test complete } bye BuZZ-T |
||
|
Please login or register to post a reply.
