It's now implemented and in CVS. Just put a dollar sign in front of the variable name. So if you had a variable called ships_left, you could do
There are $ships_left ships in the area.
which would display as
There are 5 ships in the area.
or however many ships there are.
Note that the dollar sign is consumed along with the variable. So if you wanted to display the amount of money you had, with a dollar sign in front of it, you'd have to do this:
You have $$money.
which would appear as
You have $1000.
I don't feel like uploading a build right now, but it's in CVS and it'll be in the next posted CVS build.
