Project

General

Profile

Feature #1301

Updated by skyjake over 11 years ago

The DED reader needs to be rewritten.

It will be possible to have more advanced scripting
features, such as:
* constants
* expressions
*


- constants: Define NAME = something;

- expressions: Radius = $NAME + 10;

- better
conditional sections sections: If <expr> Then ...
EndIf


See "proposal":http://dengine.net/dew/index.php?title=DED_2.0 *Labels:* Scripting

Back