mIRC Home    About    Download    Register    News    Help

Print Thread
#144840 14/03/06 10:47 PM
Joined: Feb 2006
Posts: 7
A
Auton Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2006
Posts: 7
OK I wrote some scripts that I am using for a game that I am DMing though mIRC. At first everything was fine but now all my scripts seem to stop me from seeing what is occuring on the screen when they are active. I had a second account on and could see my scripts running but on the DM screen the page was stuck nothing showing up (not froze but no more data comming to it) have any of you seen this? I am using mIRC 6.0.2

#144841 14/03/06 11:16 PM
Joined: Mar 2003
Posts: 32
P
Pap Offline
Ameglian cow
Offline
Ameglian cow
P
Joined: Mar 2003
Posts: 32
Call me crazy, but I don't think there was ever a mIRC 6.0.2.

Are you using some full-featured addon script? Like Polaris, Invision, HixScript, etc, etc?

#144842 14/03/06 11:29 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
if you used .msg $channelname the info will show to others but not to the client running the script.

from the help files:

If you want to force a command to perform quietly ie. without printing out any information, then you can prefix it with a "." full stop. For example:

/ignore somenick

Would print out information telling you that you are now ignoring "somenick". If you don't want this information to be displayed, then you can use:

/.ignore somenick

#144843 14/03/06 11:46 PM
Joined: Feb 2006
Posts: 7
A
Auton Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
A
Joined: Feb 2006
Posts: 7
Sorry it was a mistype 6.02... I am trying to see if I have any dot that might be causing the issue.

Looking at my scripts I have nothing that should be causing that. Also scripts that use to work no longer show anything. it is like suddenly all my scripts were hosed at the same time.

Auton

Last edited by Auton; 14/03/06 11:49 PM.
#144844 15/03/06 12:02 AM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
Quote:
it is like suddenly all my scripts were hosed at the same time.


that sounds like yop have added a script (or an addon) that is missing a closing }

this will cause all sorts of errors in any mrc/script loaded "under" or after the one missing the closing }


Link Copied to Clipboard