viewing paste Unknown #37324 | Athena | Private

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11
OnPCChatEvent:
    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 "壞人";
            }
        }
    }
    end;
 
Viewed 594 times, submitted by suezosilver.