juniper-wright / UtopianEngine

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

UtopiaScript - Description #39

Closed juniper-wright closed 11 years ago

juniper-wright commented 11 years ago

Function syntax:

description;
description short;

This is a feature request for the UtopiaScript parser.

The corresponding functions:

private void describeRoom(boolean longDesc) { }

Also, whenever the player is moved to a new room, call the describeRoom function. References #1.