• 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!

getTileInfo error

Drakos

Banned User
Joined
May 27, 2008
Messages
218
Reaction score
1
Location
Poland
Code:
Lua Script Error: [MoveEvents Interface] 
data/movements/scripts/tiles.lua:onStepIn

data/lib/function.lua:335: attempt to call global 'getTileInfo' (a nil value)
stack traceback:
	data/lib/function.lua:335: in function 'getTilePzInfo'
	data/movements/scripts/tiles.lua:15: in function <data/movements/scripts/tiles.lua:3>

i got this error in console. How i can work it ?
 
Code:
Lua Script Error: [MoveEvents Interface] 
data/movements/scripts/tiles.lua:onStepIn

data/lib/function.lua:335: attempt to call global 'getTileInfo' (a nil value)
stack traceback:
	data/lib/function.lua:335: in function 'getTilePzInfo'
	data/movements/scripts/tiles.lua:15: in function <data/movements/scripts/tiles.lua:3>

i got this error in console. How i can work it ?

Your server does not support function getTileInfo

BTW; 200th post ;D
 
Back
Top