Program Language

Djgreen
21 Apr 2017, 16:33

What language is quest written in?


The Pixie
21 Apr 2017, 18:46

The underlying code is C# mostly, some VB for the interface. Data is stored as XML (on desktop, do Tools - Code view to see the XML). High level code in its own langage, which is "C-like", though uses = for equality, rather than ==. The interface uses JavaScript with JQuery.


Djgreen
24 Apr 2017, 03:28

Thank you