Project

General

Profile

Feature #1859

Updated by skyjake over 9 years ago

The Quake-style console command prompt and the Doomsday Script prompt should be combined into a single unified command prompt. It needs to detect when the entered commands are in the console syntax and translate them to DS scripts as needed.

One approach could be to first try to parse the command as a DS script, and if there is a syntax error try to apply a console=>DS conversion (function calls, assignment).

Back