View Single Post
02-26-13, 06:46 PM   #4
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
You could also just do
Lua Code:
  1. while not ChatFrame1:AtTop() do
  2.   ChatFrame1:ScrollUp()
  3. end

The difference is a repeat loop will always execute at least once.

Last edited by semlar : 02-26-13 at 06:48 PM.
  Reply With Quote