the script below works, but with 1 issue, i need to know where i am going wrong
on !*:TEXT:!strike*:#Legija.strike: {
var %name = $2
var %number = $3
var %list = Snowderblazer;item2;item3
if ($istok(%list,%name,59)) && (%number isnum) {
write D:\LegijaStrike\strikes.txt $nick : $address : at $timestamp on $date : requested suppliers for : $2- } { msg $chan $nick : Hvala supplies will be donated shortly
}
else {
msg $chan $nick incorrect format
}
----------------------------------------------------------
Snowderblazer 75 - Works, it writes to file and shows message on channel
Snowderblazer 75FF doesnt work in the fact an error message does not appear
why does the error message not appeat after Snowderblazer 75FF is entered
Last edited by Snowderblazer; 06/05/12 10:05 PM.