(Caronte Pcode version 2.0)
Causes the script to sleep for millisecond
Example.
CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this); for (int i = 0; i < 5; i++) { this->Print(this->Format("%d\n",this->GetTickCount())); this->Sleep(500); }
0 500 1000 1500 2000