Skip to content

Abstract

Alessandro Morvillo edited this page Apr 10, 2018 · 1 revision

The goal is to allow a coder to generate a conversation graph that can be scripted using referenced C# methods, instead of runtime parsed methods. The drawbacks of the use of precompiled scripts theoretically are balanced by the speed of the code against interpreted languages like Javascript or LUA, and the overhead of another virtual machine like V8 running in the game process.

Clone this wiki locally