View Single Post
01-27-11, 04:52 PM   #15
Othgar
"That" Guy
 
Othgar's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2010
Posts: 228
Originally Posted by Nibelheim View Post
There's a script for almost anything
So then would there be a script that could hide a panel when you're not moving, but show the panel when you are moving? I was thinking of this earlier for a minimap mod, but couldn't come up with a way to do it. Closest I got was
Code:
if movementspeed == 0 then
hide
else show
but I've said it before and I'll say it again....I suck with lua...for now
__________________


  Reply With Quote