Creating Labels and showing Information

Post Reply
LordFaticus
Posts: 2
Joined: Tue Jun 21, 2016 3:13 pm

Creating Labels and showing Information

Post by LordFaticus »

I am a complete nob when it comes to this stuff, but I am endeavoring to learn and create an interface that will help me with scroll during battles.

Question, is it possible to get a variable to display in a label?
Code: [show] | [select all] lua
testlabel2 = Geyser.Label:new({
  name = "testlabel",
  x = 20, y = 860,
  width = 800, height = 20,
  fgColor = "black",
  color = "SeaGreen",
  message = [[<center>TARGET VARIABLE</center>]]
})

Thanks and please ELI5! :oops:

LordFaticus
Posts: 2
Joined: Tue Jun 21, 2016 3:13 pm

Re: Creating Labels and showing Information

Post by LordFaticus »

Figured it out, thanks for the help!

Post Reply