viewing paste Unknown #37356 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13
OnPCChatEvent:
    while( (.@si = strpos(@pc_chat_msg$, "<ITEM>", .@si)) >=0 ) {
        .@sbi = strpos(@pc_chat_msg$, "%", .@sbi);
        if((.@sbi - .@si) == 12 ) { 
            processhalt;
            dispbottom "壞人";
            end;
        }
        
        .@si++;
        .@sbi++;
    }
    end;
Viewed 926 times, submitted by Guest.