juniper-wright / UtopianEngine

The Simple Text Adventure Game Engine
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

UtopiaScript - Create a variable #15

Closed juniper-wright closed 11 years ago

juniper-wright commented 11 years ago

This is a feature request for the UtopiaScript parser. References #1.

juniper-wright commented 11 years ago

Via the Rhino javascript engine, this can be accomplished via:

var x = 5;

inside of the JavaScript string.