KeysCount := 2
^LButton::
InsertSymbols()
{
global KeysCount
n = 0
Loop %KeysCount%
n += 1
}
if(n > 0) ; именно n, а не %n%
MsgBox, Good! . %n%