Originally Posted By: Lpfix5
drawcommands are a bit difficult to play around with but one you know the x point to the y point you can make anything happen.

Code:
alias wintest {
  /window -pkod @window -1 -1 200 200
  .timer 1 1 /drawline @window 3 1 10 20 10 60
  .timer 1 2 /drawline @window 3 1 10 40 30 40
  .timer 1 4  /drawline @window 3 1 30 20 30 60
  .timer 1 5 /drawline @window 3 1 45 40 45 60
  .timer 1 6 /drawline @window 3 1 45 20 45 30
}

lol