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

Solved Which function would I use to make a certain script

Status
Not open for further replies.

LuaScripter

Scripter -Lua-
Joined
Jan 16, 2012
Messages
40
Reaction score
1
Which function would I use to make a script where I throw items in fire and they sell? Would it be function OnThink ? or something else?! please help :p
 
Code:
function onAddItem(moveItem, tileItem, position, cid)

Code:
<!-- Create bread movements -->
<movevent type="AddItem" tileitem="1" itemid="1786" event="script" value="dough.lua"/>
 
Status
Not open for further replies.
Back
Top