Scripting

 

scriptpic

Realm Crafter leverages the combined speed, power and ease-of-use of the C# programming language and the .NET Framework; scripting couldn't be better when using Object-Oriented JIT compiled code. There are many feature offerings with scripting allowing almost any game option to be produced:

  • C# 2.0 Language with execution on Windows and Linux (with Mono) environments.
  • Access to the .NET Framework, one of the largest class libraries.
  • Create scripts for NPC Interaction, Combat, Items, Spells and more.
  • Build custom dialogs using the GUI editor and scripting API.
  • Edit core-scripts to suit your game; including custom account databases and chat handlers (capture '/' commands and filter swearwords).
  • Import custom assemblies, either third party or in-house; support for C++/CLI wrappers is available on Windows
  • Work on scripts with the integrated script editor, or use Microsoft Visual Studio for the ultimate coding experience.


Why not take a look at this video showing custom interface creation and scripting in just four minutes!