//##### Asur-Strike#####
setlength(SendRecvList,1);
setlength(SendRecvList[0].RecvHex,2);
SendRecvList[0].RecvHex[0] := '0F0100000';
SendRecvList[0].RecvHex[1] := ID;
SendRecvList[0].SendHex := HidePacket;
SendRecvList[0].count := 1;
SendIfMatch(buf,len,pSendWs1,SendRecvList);
This is part of an azura-hide filter I use.
What should I add to it , to let it sleep 200ms before activating hide when azura is detected.
My goal is to avoid ruwach-azura.
Also, it will be nice to show me , where I can learn more about the different commands used in rpe scripts. Is there a Help File to learn more?






