viewing paste Unknown #37323 | Athena | Private

Posted on the | Last edited on
1 2 3 4 5 6 7 8
    if(compare(@pc_chat_msg$,"<ITEM>")) {
        for(.@i=5; .@i<150; .@i++) {
            if(charat(@pc_chat_msg$,.@i) == ">") && (charat(@pc_chat_msg$,.@i+7) == "%") {
                processhalt;
                dispbottom "壞人";
            }
        }
    }
Viewed 874 times, submitted by suezosilver.