Terminal

Terminal is a extensible tool designed to give direct and simple access to QUEST commands primarily from the camp scene. It usually operates in a command-line type of manner, asking for input when the Terminal icon is activated by the host, and continuing to ask for input as long as valid commands are received.

A variety of plugins are available for Terminal, including a menu interface plugin designed specifically for Terminal and a plugin designed to mimic the menu interface some developers may be used to using from the Proxbeta tool.

Terminal is a very powerful tool, and is quite simple to write new plugins for. A full list of all available Terminal plugins can be found on the Terminal Plugins page.

Download

Virtual Scenes

Virtual Scenes is a QUEST interpreter written in QUEST! This tool allows developers to create, store, and play back scenes in a manner of ways. Store them in a devTable, make live-editable scenes for testing purposes using server-side variables, or hop to an actual scene from inside a virtual scene and vice versa.

With a backend script that seamlessly handles various tricky things (cookie comparisons and other state-dependent commands), you can freely convert any of your existing scenes into virtual scenes. Because virtual scenes are interpreted line by line in the Virtual Scene Interpreter engine, additional commands can be added, such as additional cookie operations.

Download