alias repeating {
var %repeat
while (%repeat) {
timer 0 300
echo hello
dec %repeat
}
}

i doing right or wrong please help ...