tales / sourceoftales

Moved to: https://gitlab.com/tales/sourceoftales
http://www.sourceoftales.org
Other
59 stars 21 forks source link

Priestess Linota's dialogue now navigatable. #24

Closed p-groarke closed 12 years ago

p-groarke commented 12 years ago

The script should be pretty self-explanatory. I tried to use clear function names. Religion function now returns arrays with the text to read. I iterate through that. Removing choices was a bit tricky, but the final solution is easy to understand.

It should be trivial to apple this system on other NPCs (It really helps the user-experience). You can copy paste my stuff :) If you have questions, please ask.

P.S. Also added an entry to .gitignore

p-groarke commented 12 years ago

Fixed