• 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 Task - kill x monster. A question.

waqmaz

Member
Joined
Jun 17, 2015
Messages
203
Reaction score
11
Is there a way to make a task, using lua language without using storage? Like storing a variable in global table or something. I do not want to store the variable in a database. Lags.
 
storages ARE global tables, until server save / shutdown, when it sends it to the db, if you use normal global tables, all progress will be lost on restart
 
Back
Top