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

getMonsterInfo(name) on TFS1.X

lokolokio

Well-Known Member
Joined
Jan 7, 2009
Messages
201
Solutions
13
Reaction score
77
Location
Mexico
As the title say, i need a function in TFS1.X to get a monster information, but i only need the ".race", I just want to make a monster to fight diferent with each race type. thank you.
 
Solution
MonsterType():getRace()
Code:
    Race types:

    [1] = "venom";
    [2] = "blood";
    [3] = "undead";
    [4] = "fire";
    [5] = "energy";
That's what you wanted?
MonsterType():getRace()
Code:
    Race types:

    [1] = "venom";
    [2] = "blood";
    [3] = "undead";
    [4] = "fire";
    [5] = "energy";
That's what you wanted?
 
Solution
Back
Top