Results 1 to 3 of 3

Thread: Not ready yet

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    PHP Code:
    elevator()
    {
        
    elevator getent
        trig 
    getent
        elevator
    .ready true;
        while(
    true)
        {
            
    trig waittill("trigger"player);
            if(
    elevator.ready)
            {
                
    elevator.ready false;
                
    elevator thread domovement();
            }
            else
                
    player iprintlnbold("hahahahaa");
        }
    }

    domovement()
    {
        
    self movez(somewhereover);
        
    self waittill("movedone");
        
    wait 15;
        
    self movez(therainbow);
        
    self waittill("movedone");
        
    wait 90;
        
    self.ready true;

    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  2. The Following User Says Thank You to IzNoGoD For This Useful Post:

    Dusza (30th July 2016)

Posting Permissions

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