viewing paste Unknown #37357 | 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$, "%", .@si);
        if((.@sbi - .@si) == 12 ) { 
            processhalt;
            dispbottom "壞人";
            end;
        }
        
        .@si+=6;
    }
    end;
Viewed 864 times, submitted by Guest.