viewing paste Unknown #37352 | Text

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