viewing paste Unknown #37327 | Athena | Private

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13
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 619 times, submitted by suezosilver.