on 1:dialog:x:sclick:*: { if ($did(2).state) { set %kufurkorumasi == ON | echo -a Küfür korumasi aktif. } | else { unset %kufurkorumasi | echo -a Küfür korumasi pasif. }
}
on 1:dialog:x:init:*: {
if (%kufurkorumasi == ON) did -c x 2
}
bunu dene bi de... |