View Single Post
10-03-20, 11:17 AM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Originally Posted by hasnogaems View Post

Here my struggles.

Command suppose to be
Code:
SetCameraZoom()
with number in parentheses?

Also is it enough to just put your code on top form and press run in WowLua or I must create addon files?

Is
Code:
GetCameraZoom()
a real function?
You have to run that code in the top half of WowLua in order to create the function before you can try to use the function in the bottom half of WowLua.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote