Ok, so i was thinking about making a new seen script for myself, but now i'm stuck, so far i have

---BEGIN SCRIPT---
dialog seenscript {
title "Seen in"
size -1 -1 317 137
option dbu
box "Channels", 1, 2 2 84 134
box "Nicks to be seen", 2, 87 2 84 134
box "$active", 3, 172 2 143 116
list 4, 4 9 80 102, sort size vsbar
list 5, 89 9 80 102, sort size vsbar
list 6, 174 9 139 107, size vsbar

edit "", 7, 4 111 80 10
edit "", 8, 89 111 80 10
button "Add", 9, 4 122 40 12
button "Delete", 10, 44 122 40 12
button "Add", 11, 89 122 40 12
button "Delete", 12, 129 122 40 12
button "Close ....", 13, 190 123 40 12, ok cancel
button "About", 14, 230 123 40 12
icon 15, 172 119 16 16, mirc2.ico, 0
icon 16, 271 119 16 16, addy.ico, 0
}
---END SCRIPT---

OK, the List, Edit and Add/Delete buttons work fine, i can add and remove both nicks and channels
their variables are setup as %seenchans and %seennicks, id number's 4 and 5.

OK, so i want when the script "INIT's" is to do the seen command using %seenchans and %seennicks
and output the info to the lister id number 6.

I have tried

---BEGIN SCRIPT---
on 1:dialog:seenscript:init:6 {
if $active == msg g seen %seenchans %seennicks
}
---END SCRIPT---

you know i`m probably doing sumthing wrong here esp with this init event confused
hmm just thinking, i dunno about other irc servers, but the channel bot on the server i connect to, their comand is
/msg g seen #channel nick

so i would like my script to do a /msg g seen %seenchans %seennicks
All the nicks in my %seennicks variable are ops in my op list, and reading the mIRC help file, various tutorial sites and Jeepsters numerics guide (could be useful), i'm still nowhere near finding my answer, can somebody help me please ?

If theres anything else you wanna know, just yell laugh

Thanks
ShadowDemon
mIRC V6.03


Never argue with an idiot...they'll drag you down to their level and beat you up with experience