Welcome!

Final Burn Neo => FBN Development => Topic started by: anatolewilson on July 18, 2024, 11:12:32 PM

Title: Using C# and .Net To Write FBA Lua Scripts
Post 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?
Title: Re: Using C# and .Net To Write FBA Lua Scripts
Post by: barbudreadmon on July 19, 2024, 09:45:46 AM
Afaik, the lua library expects the scripts to be written in the lua language.
Title: Re: Using C# and .Net To Write FBA Lua Scripts
Post by: Stifu on July 19, 2024, 03:22:33 PM
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.