• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved CreatureScript Interface Lua Error?

you are not using addEvent properly
addEvent(function, delay, functionArguments)
im assuming you want to call function "colore", with 0 delay, and use cid
just use colore(cid) instead of addEvent then
but i think the onLogout script cant see colore function (either it doesnt exist, or it is local somewhere else so it cant be used), so where is it?
 
i like that you need 2300 lines to execute what you want :< use table indexes to access values and you will shorten this script by 99%. also use some for loops might come in handy
 
Back
Top