mIRC Home    About    Download    Register    News    Help

Print Thread
#99700 04/10/04 02:49 AM
Joined: Sep 2004
Posts: 85
G
Babel fish
OP Offline
Babel fish
G
Joined: Sep 2004
Posts: 85
ok, how would i make a script, lets say if a window named @test doesnt exist, it makes a new window called test whenever someone says test, then it logs whoever says test

nvm, i wass messing around and got it

Last edited by Gameaddix; 04/10/04 02:54 AM.
#99701 04/10/04 06:16 AM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
Jus incase;

On *:Text:*test*:#:{
window @test
aline @test < $+ $nick $+ > $1-
}

would suffice, though you could add, if (!$window(@test)) { } but it wouldnt make a difference.

Eamonn.


Link Copied to Clipboard