A small request

SarahParah
01 Mar 2010, 12:57
I'm making a new game and I actually need this feature and that's how I thought of it :) .
There should be an option where, like, the player has two or more choices. When the player says a verb, one or more of the others should remove themselves, so the player can't make a choice, then change their mind and say another.

suebeckett
28 Mar 2010, 01:48
Pleae use black on white on games otherwise too .hard to read and it puts you off as it is hard to read. Also include a debug to help with items and rooms you need some games are just too hard. I think you need to include a help sheet or hint sheet.

Wonderjudge
05 Apr 2010, 17:14
Sarah, It can be done with the current software.
Have you played 'Barbarian' yet?
If u assign the menu choices to variables you can alter the choices given to players and actually blank them out.
If You assign the string variable to "" then it blanks out the choice.
The only quirk with it is that the menu choice is still available but not visible.
To counter this use the script
If variable="" then 'do not process"
Wonderjudge.