View Single Post
11-16-19, 12:20 PM   #5
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 822
And the default value of this is a table?

Edit: The important part of your error is this


Code:
name = "PoisonCharges"
object = <table> {
}
db = 359.542840
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'db' (a number value)"
The first two values look ok. The third should be a table but looks like you passed the value of table['minimapPos'] from a previous try or sth.
__________________
The cataclysm broke the world ... and the pandas could not fix it!

Last edited by Rilgamon : 11-16-19 at 01:11 PM.
  Reply With Quote