Welcome!
Final Burn Neo => FBN Development => Topic started by: anatolewilson on July 18, 2024, 11:12:32 PM
-
Hey there! I?m a novice programmer that?s rather new to C# / .Net and programming as a whole. Something that?s always been so cool to me is the neat Lua scripts I?ve seen people write for FBA games.
Is it possible to write scripts of that sort with C# / .Net?
-
Afaik, the lua library expects the scripts to be written in the lua language.
-
I'll just throw this shitty idea out there: you could use ChatGPT to convert C# to Lua. At least until you're eventually ready to write Lua directly. AI is usually good enough to convert code from one language to another. That said, C# and Lua are pretty different, so your mileage may vary.