new status = 0;
if(status == 0)
{
MoveObject(LSPDTor[0],239.55000305176, 117-1.1, 1003.5,3);
MoveObject(LSPDTor[1],239.54800415039, 118.19999694824+1.1, 1003.5,3);
status = 1;
}
else if(status == 1)
{
MoveObject(LSPDTor[0],239.55000305176, 117, 1003.5,3);
MoveObject(LSPDTor[1],239.54800415039, 118.19999694824, 1003.5,3);
status = 0;
}
Es kommen keine Errors und auch keine Warnings. Aber das Tor geht nur auf und nicht wieder zu.