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

What is the lua function to create a monster?

Itutorial

Legendary OT User
Joined
Dec 23, 2014
Messages
2,426
Solutions
68
Reaction score
1,075
TFS 1.0

What is the lua function to create a monster? I tried:

doCreateMonster(name, pos)

and

monster:create(name,pos)
 
I figured this one out last night soz for not reposting.

monster = Game.createMonster(name, false, true)
 
New problem. I am trying to create a onThink globalevent but I cannot get the script to work. I am thinking there is a new function thats needed. These new distros don't have the script_systemhelp like the older ones do.
 
Back
Top