• 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 Monster Target

HeberPcL

[PowerOT.com.br]
Joined
Aug 21, 2007
Messages
1,292
Reaction score
51
Location
Brazil
GitHub
heberpcl
Hey,

Want to limit the target of a specific example Monster (Orc vs Troll) in TFS 0.4 would use the onTarget().
How I could do this in TFS 1.0 ??

TFS 0.4
Code:
function onTarget(cid, target)
 
Back
Top