viewing paste TestIfStatement | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8
prontera,150,150,5  script  TestIfStatement 99,{
dispbottom "Begin.";
    if(checkquest(8105)==2) && (checkquest(18052)==2) && (checkquest(17017)==-1) {
        dispbottom "Inside if";
    }
dispbottom "End.";
end;
}
Viewed 1690 times, submitted by Streusel.