viewing paste Unknown #37349 | Text

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