viewing paste Unknown #17806 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12
prontera,150,150,5  script  Prontera    -1,{
    mes "Teste";
    next;
    switch( select("OK:OK2") )
    {
        case 1:
            break;
        case 2:
            end;
    }
    close;
}
Viewed 617 times, submitted by Guest.