Hallo.
Ich habe folgendes Problem:
Wenn ich mich zu einem Punkt hinbewegen möchte, dann läuft der direkt zu dem letzen Punkt im Code.
PHP Code:
Cmd($CA_Move, Random(1174446218, 1174446418, 1), Random(1169507064, 1169507264, 1))
Cmd($CA_Move, Random(1173833177, 1173833377, 1), Random(1169926280, 1169926480, 1))
Cmd($CA_Move, Random(1173103595, 1173103795, 1), Random(1169459306, 1169459506, 1))
Cmd($CA_Move, Random(1172831460, 1172831660, 1), Random(1169112046, 1169112246, 1))
Hier überspringt der alles und macht bei
PHP Code:
Cmd($CA_Move, Random(1172831460, 1172831660, 1), Random(1169112046, 1169112246, 1))
direkt weiter.
Die Lösung ist garantiert total einfach, nur ich finde sie nicht >.<