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

Requesting help, someone can explain me some OTAL functions??

Exedion

Active Member
Joined
Jun 11, 2007
Messages
629
Reaction score
30
Well i need explain of some OTAL functions, i really don't undestend how it's work! please if be possible, post some examples of the functions, here is the short list of functions that do not understand, will thank you much

LUA:
doActionForAllPlayers(function_)-- by Mock
doInArea(pos,radius,luaString,var)-- by Mock
executeInArea(pos, area,cmd,...)--by Nord and Mock
onFile(type, directory, content)-- by Conde2

And the lib "scroll.lua"

well this are all, thanks in advance
 
why'd you even need those ? :( they seem so useless.......

all i can see tho is that the first one would be used like this:
LUA:
local something(cid)
    doCreatureSay(cid, "Hehe", 1)
end

doActionForAllPlayers(something)

that would make all players online say "Hehe"
 
Back
Top