View Single Post
12-15-13, 05:24 PM   #3
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
Code:
function IAmStill()
	return GetUnitSpeed("player") == 0
end
iam = {
	still = IAmStill,
}
  Reply With Quote