Open Source Interactive Story Writer

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
User avatar
wushin
TMW Adviser
TMW Adviser
Posts: 1759
Joined: 18 Dec 2012, 05:56
Location: RiverBest, Brew City, Merica
Contact:

Open Source Interactive Story Writer

Post by wushin »

https://github.com/tweecode/twine

An easy way for someone to write a quest without having to to script.
Runs on Mac, Windows and Linux.

Allows you to easily create and link dialogues and choices via [[CardName|OptionText]]
So if I had a card named Cheese I could do
Do you like Cheese?
[[Cheese|Yes]]
[[Danish|No]]

it then links them. It allows for other more advanced story settings as well.
The secret to getting all the important stuff done is doing nothing.
Post Reply