• 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 Help using function in LUA script!

test0r

Premium User
Premium User
Joined
Oct 26, 2007
Messages
30
Reaction score
0
Ok so I was trying to figure out a way to use this function in a script.

Code:
event="function" value="guildJoin"

I am wanting to add some some restraints to joining a guild and it would be nice if there was some way to execute this function within a LUA script for example...

if(getPlayerLevel(cid) > 100) then
--join guild function?--
end
 
Back
Top