mIRC Home    About    Download    Register    News    Help

Print Thread
#96635 03/09/04 10:10 PM
D
DrkSithLord
DrkSithLord
D
I used to have a script that worked this way--
the command was !room {nick}
It would then preform an action that would work this way
bot leads $nick and {nick} blah blah
I can recreat the action but forgot the proper script language.

#96636 03/09/04 11:23 PM
Joined: Dec 2003
Posts: 199
K
Vogon poet
Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
Talking about On TEXT?

#96637 04/09/04 03:37 AM
I
Iori
Iori
I
Code:
on *:text:!room &:#:{
  describe # leads $nick and $2 blah blah  
}



Link Copied to Clipboard