PtokaX forum

Development Section => Your Developing Problems => Topic started by: angelsanges on 28 October, 2003, 00:23:03

Title: help...
Post by: angelsanges on 28 October, 2003, 00:23:03
what is the meaning of this error in a script?

Syntax Error: attempt to index local `nick' (a nil value)

Title:
Post by: tezlo on 28 October, 2003, 00:32:27
means 'nick' has no type no value and youre treating it as a table
nick[1] nick.whatever etc..