idmillington / undum

A client-side framework for narrative hypertext interactive fiction.
https://idmillington.github.com/undum
MIT License
336 stars 80 forks source link

Suggestion: situation cannot be an implicit choice in itself #46

Closed Oreolek closed 5 years ago

Oreolek commented 8 years ago

It's an interface oddity. If you put a situation as implicit choice of itself, you can't enter it because you are already there. So I think it's a good idea to hide the option entirely. (The alternative would be to allow re-enterings, of course)

idmillington commented 8 years ago

A really good point! I agree, the option should be ignored. Best to do it when the list of possible situations is compiled, I think, that way the hidden situation doesn't affect the min or max limits.