task main() { int i; i = 5522; while(1) { SendMessage(2); PlaySound(0); SelectDisplay(DISPLAY_USER); SetUserDisplay(i, 0); Wait(200); } }