viewing paste Unknown #701 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
m[Error]
m: 
script error on npc/graffitiro/demonwings.txt line 79
    parse_simpleexpr: unmatch ')'
    74 :        mes "[Demitria]";
    75 :        mes "Ill be here..";
    76 :        close; }
    77 :    mes "[Demitria]";
    78 :    mes "Let me count your materials..";
*   79 :    if (countitem(5068) < 1 || countitem(1036) < 100 || countitem(923) < 100 || countitem(1038) < 100 || countitem(1030) < 100 || countitem(969) < 100 '{'
    80 :        mes "You're missing something. Come back when you've gathered all the materials.";
    81 :        close; }
    82 :    delitem 5068,1;
    83 :    delitem 1036,100;
    84 :    delitem 923,100;
Viewed 747 times, submitted by Guest.