Results 1 to 10 of 32

Thread: Timed Door

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #21
    Private pollo's Avatar
    Join Date
    Jul 2012
    Location
    Spain
    Posts
    116
    Thanks
    93
    Thanked 69 Times in 35 Posts
    Replace the

    door2 waittill("rotatedone");

    to

    break;

    Like this:

    PHP Code:
    if(t==10)
            {
                
    door1 rotateyaw(90,2);
                
    door2 rotateyaw(-90,2);
                break;
            }
            
    t++;
            
    wait 60
    Also, you must finish each line with '';''

    Thats why you got the previous error xD
    Last edited by pollo; 9th March 2014 at 19:23.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •