• 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 if getCreatureName(target) = --[[List of monsters]]-- then

Kuantikum

Member
Joined
Jul 3, 2015
Messages
219
Solutions
1
Reaction score
20
Hello!

Is it posible do
Lua:
if getCreatureName(target) =
match with a result from a monster list like:

Lua:
local  monsters = {Hero, Dragon, Banshee}
if getCreatureName(target) = monsters then
...
return true
end

Question Mark Idk GIF by US National Archives
 
Back
Top