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

Python as LUA replacement?

DreadShi

Member
Joined
May 18, 2019
Messages
180
Reaction score
7
It's just short wonder , Can python be used to make tfs scripts as a replacement of lua ?
 
Hello DreadShi,

it can, but it's rather easier to get a grasp on Lua in order to do scripting than add python to tfs core.

Anyways, if you really want to go that way, good luck, I wouldn't :)

Best Wishes
Okke
 
If you don't care about optimization (yes, LuaJit is way faster than Python) nor readability (Lua is not that good either, but Python is way worse), sure.
 
Back
Top