View Single Post
11-14-13, 03:28 AM   #13
Caellian
A Frostmaul Preserver
 
Caellian's Avatar
Join Date: May 2006
Posts: 281
Originally Posted by zork View Post
What does
Lua Code:
  1. for i = 1, #flasks do
  2.             print(i)
  3.             print(flasks[i])
  4.         end
tell you?
Code:
1
Visions of Insanity
2
 
3
INTERFACE\ICONS\spell_shadow_mindflay
4
0
5
false

...
That's with only the vision of insanity in the table
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
  Reply With Quote