View Single Post
03-22-13, 11:19 AM   #3
Benalish
A Flamescale Wyrmkin
 
Benalish's Avatar
Join Date: Dec 2012
Posts: 123
I tried this

Lua Code:
  1. local meow
  2.  
  3. function buffscan()
  4.         -- lines disabled
  5.      meow = { "a","b","c","d","e","f","g","h" }
  6.         -- more stuff
  7.     table.wipe(meow)
  8. end

and the problem is still present
  Reply With Quote