- Product: WRobot General
- Type: Bug
- Status: Unconfirmed
Hello,
i append my testclass. I want that my char stop complete but my char allways move. Why?
while (_isLaunched)
{
if (!Products.InPause)
{
Logging.WriteFight("Date: " + DateTime.Now );
MovementManager.StopMoveTo(true, 500);
Thread.Sleep(1000);
}
}
Recommended Comments
Create an account or sign in to comment