Mirrors
Mirrors
Comments
-
-
Kabaal good stuff, this got me to a solution. Thanks bro!
-
I'm stuck here. I'm looking to create a "countdown" function that will iterate through a table and create a variable that I can then display in a status type window.For example.table = { buffOne = 5…Dicene thank you so much!If you could shed some insight on this...What if I wanted to create a function that would pull the first value of my table (as it was originally inserted) then on it's next iteration, …Here's another one.What would a function look like that sorts a table to echo each string value back in the order it was originally inserted?For instance:If I create a tab…
local herb = matches[2]
local herbLeft = matches[4]
if not herbTable then herbTable = {} end
if tonumber(herbLeft) < 50 then
cecho("\n<red>Running low…
local herb = matches[2]
local herbLeft = matches[4]
if not herbTable then herbTable = {} end
table.insert(herbTable.herb,herbLeft)
…