Transcription: Well the differences between writing a linear script and writing an interactive script are tremendous. With a linear script you can write it from point A to point B, tell whatever you like along the way. With an interactive script it's much tougher. You've got to take into consideration all the branches, all the different possibilities of what the player may do and the inventory items the player may have, for example. So you can't write it up as a linear story. You've got to write it up as a branching story. You've got to have several different documents, one containing a list of objects and o ...