View Single Post
11-02-10, 03:01 PM   #29
Grimsin
A Molten Giant
 
Grimsin's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 990
okay... parvar = a value OR a string. So in game you would do /gmove GameMenuFrame true
where true could be either true, false, or a frame name.
So i need to do the strsplit part obviously, but then how would that translate over?
rather this part in particular- local name, parvar = strsplit(" ", cmd)
i need to do something with the " " but im not sure what if " " represents the break then would it be (.. name " " .. parvar) ?

this is in the top of the file...
--["FrameName"] = false - move the frame
--true - move the frame's parent instead
--string - move the named frame instead
__________________
"Are we there yet?"

GrimUI
[SIGPIC][/SIGPIC]
  Reply With Quote