Hi guyz, im trying to make script needs to have _IsPressed command in it, to run some repeating action.
Problem is, that all _IsPressed functions need While 1 / WEnd to work. And in i add some another While / WEnd between existing While / Wend, both will stop work.
Example what i need to do:
While1 (must be here to work)
_IsPressed Then
Some loop (Unfortunately i dont know how to make another loop without While / WEnd - if i place new While here, both stops work)
EndIf
_IsPressed Then
B