Jump to content
  • 0

Optimizing Basic ACS


StevenC21

Question

Hey guys! Pretty simple question here, I just want to expand and improve my (currently extremely limited) ACS toolbox. So, I'm just going to post one of my basic scripts here, and I hope that you guys could tell me some ways to do it differently, or better in terms of lines.

 

script 1 (void) {
    Delay(35*10);
    Floor_LowerToNearest(5, 16);
    Delay(35*15);
    Floor_LowerToNearest(6, 12);
}

 

Please & Thank you.

Share this post


Link to post

2 answers to this question

Recommended Posts

  • 0

What exactly are you trying to do here ?, Lower Floor tagged 6 after the floor tagged 5 has finished moving ? if so, using TagWait instead of delays would work better.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...