View Single Post
09-16-14, 01:53 PM   #1
Lightbound
An Aku'mai Servant
 
Lightbound's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 35
!Beautycase getting started

Hey there.

How do i start with beautycase? In the addon description it says:

First: DONT'T put the code snippets into the beautycase file.
Create a little addons and put the code in its .lua file.

I just found a video where the guy did put it directly into the code of every addon.

Could someone provide me a little lua snipped of how it have to look that i can simply insert the

Code:
 myFrame:CreateBorder(borderSize)
.

I for example tryed:

Bagnon:CreateBorder(12,1,1,1)
BagnonFrameinvnetory:CreateBorder(12,1,1,1)
BagnonFrame:CreateBorder(12,1,1,1)
Bagnon:CreateBorder(12,1,1,1)
BagnonFramebank:CreateBorder(12,1,1,1)

And simply bot them at "the end of the lua file" as it was exmplained in some comments. Everything did just end up with lua errors.

Last edited by Lightbound : 09-16-14 at 02:16 PM.
  Reply With Quote