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

Lua crafting script

MadMOOK

Hoo
Joined
Apr 20, 2011
Messages
802
Reaction score
44
Been working on this too long :(

Code:
local breakChance = 50
local alterPos = { x = 973, y = 996, z = 6, stackpos=255 }

local config = {
   
    craftMat = { 2225 },
      lever = { 1945, 1946 },
End expected to close functionat line 16 near else... i dont get it
 
if you want help, post the entire code, no one can help you with just this, that error, means exactly what it says, you are missing an end, or you have one of the brackets open.
 
Back
Top