Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Confusing Reps
#1
Nevermind figured it out thanks anyways Big Grin


Hello all, I am a bit confused it is probably just a stupid mistake that I am not seeing, maybe someone else will pick up on it.

Code:
Copy      Help
rep 2 ;;repeat whole thing twice
,,rep 2 ;;repeat next line twice
,,,lef 260 633
,,rep 2 ;;repeat next line twice but wait untill the last line is done repeating twice
,,,lef 540 630


The above is an example of what I am doing just shortened for easiar review, I wan it to repeat the whole thing twice but in the order listed.

I hope you guys like it i am trying to speak in clearer english. Big Grin
#2
Code:
Copy      Help
rep 2
,lef 260 633 "window name"

;OR IF OBJECT HAS AN id: lef 260 633 id(100"window name"); err

;INSERT SOME DELAY HERE IF NONE MIGHT AS WELL USE dou 260 633.

,lef 260 633 "window name"

;OR IF OBJECT HAS AN id: lef 260 633 id(100"window name"); err

;MIGHT WANNA INSERT SOME DELAY HERE ALSO JUST FOR BETTER RELIABILITY.

,lef 540 630 "window name"

;OR IF OBJECT HAS AN id: lef 540 630 id(100"window name"); err

;INSERT SOME DELAY HERE IF NONE MIGHT AS WELL USE  dou 540 630.

,lef 540 630 "window name"
;OR IF OBJECT HAS AN id: lef 540 630 id(100"window name"); err  


Forum Jump:


Users browsing this thread: 1 Guest(s)