Ich weis einfach nicht wie ich das Problem lösen soll, was ist falsch ?
Als Fehler wenn ich es starten will kommt:
Line 10 (File ""):
Error: "Func" statement has no matching "EndFunc".
Als Fehler wenn ich es starten will kommt:
Line 10 (File ""):
Error: "Func" statement has no matching "EndFunc".
Code:
Func _Leertaste()
ControlSend("NosTale", "", 0 , "{8}")
Sleep(120000)
ControlSend("NosTale", "", 0 , "{7}")
Sleep(120000)
EndFunc
While 1
_Leertaste()
WEnd
EndFunc