I so far have tried to figure out what kind of language the missions use and it seems to be lua, but that doesn't seem to be sufficient for everything (in my opinion). Do you guys use C++ or similar to make more extensive scripts?
Yes. The engine is based around C++ and lua does more surface-level stuff like missions. Every now and then C++ has to be used for lower level stuff, such as activities and certain mission parts.I so far have tried to figure out what kind of language the missions use and it seems to be lua, but that doesn't seem to be sufficient for everything (in my opinion). Do you guys use C++ or similar to make more extensive scripts?