Skip to content
MSN

Script Whispers

A TG007 community discussion started by BrokenRichard.

Discussion 4 posts
Page 1 of 1
Open
Topic #3915 · 4 published posts · 592 views

Ok all the scripts I use if someone whispers me it only shows the first word of the whisper and nothing else, I cant highlight it because it isnt there, Just the one word and I have tasted it out and send an entire para only to see 1 word come up, Anyone got a clue?

Check that the text command uses $1-, not just $1

 

Are you using it in MSN, "If You Are" is the Chat control (not using scripts) clicked allow wisper?

Ok all the scripts I use if someone whispers me it only shows the first word of the whisper and nothing else, I cant highlight it because it isnt there, Just the one word and I have tasted it out and send an entire para only to see 1 word come up, Anyone got a clue? :taz:

 

 

 

I had the same problem when I was using Rewt 1.75. I looked around a bit until I found this stuff:

 

 

#whispers on

#whispers end

 

raw WHISPER:*:{

if ($group(#whispers) == on) { echo # $$1 $+      8 $+ $msn.decode($nick) 6whispers to7 You $+ 8 : $iif($3 != S,$3-,$left($5,-1)) }

elseif ($nick != $me) { .raw whisper $$1 $nick :ERR NO USER WHISPER }

haltdef

}

 

 

The $5 should be $5-, I corrected it and it seems to work. I stopped using Rewt, and I'm not sure what script you're using. But it seems to be the same problem from what you said. Find the whisper code in your script and make sure there are no $1 that should be $1-.

 

Sorry if this doesn't help, I'm half asleep. ~_~