• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

problem with finding items unique id =|

Blood BlvD Ot

Member
Joined
Jun 12, 2010
Messages
243
Reaction score
7
Line 14 :
Code:
		if item.uniqueid >= 10000 and item.uniqueid <= 10010 then

Code:
[26/02/2011 23:56:07] [Error - MoveEvents Interface] 
[26/02/2011 23:56:07] data/movements/scripts/zombiesRightBottemButton.lua:onStepIn
[26/02/2011 23:56:07] Description: 
[26/02/2011 23:56:07] data/movements/scripts/zombiesRightBottemButton.lua:14: attempt to compare number with nil
[26/02/2011 23:56:07] stack traceback:
[26/02/2011 23:56:07] 	data/movements/scripts/zombiesRightBottemButton.lua:14: in function <data/movements/scripts/zombiesRightBottemButton.lua:5>
 
Last edited:
Back
Top