mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2013
Posts: 21
A
Ameglian cow
OP Offline
Ameglian cow
A
Joined: Nov 2013
Posts: 21
Would you be able to put a variable into an on text command for example
Code:
on *:text:! $+ %pointsname *:#: {

Last edited by AlphaKennyHuan; 20/02/14 01:08 PM.
Joined: Jul 2006
Posts: 4,153
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,153
Not this way, which would try to match that expression as plain text, you need to use $() around the expression to get mIRC to evaluate it: on *:text:$(! $+ %pointsname *):#: {


#mircscripting @ irc.swiftirc.net == the best mIRC help channel

Link Copied to Clipboard