//window.story// is one of the global JavaScript variables created by Snowman. It provides access to information about the current story through the properties and functions listed below. 

======Properties======

  * [[snowman:window-story:name|name]]
  * [[snowman:window-story:startPassage|startPassage]]
  * [[snowman:window-story:creator|creator]]
  * [[snowman:window-story:creatorVersion|creatorVersion]]
  * [[snowman:window-story:history|history]]
  * [[snowman:window-story:state|state]] 
  * [[snowman:window-story:checkpointName|checkpointName]]
  * [[snowman:window-story:ignoreErrors|ignoreErrors]]
  * [[snowman:window-story:errorMessage|errorMessage]]
  * [[snowman:window-story:passages|passages]]	
  * [[snowman:window-story:userScripts|userScripts]]
  * [[snowman:window-story:userStyles|userStyles]]
  * [[snowman:window-story:atCheckpoint|atCheckpoint]]

====== Functions ======

  * [[snowman:window-story:checkpoint|checkpoint()]]
  * [[snowman:window-story:passage|passage()]]
  * [[snowman:window-story:render|render()]]
  * [[snowman:window-story:restore|restore()]]
  * [[snowman:window-story:save|save()]]
  * [[snowman:window-story:saveHash|saveHash()]]
  * [[snowman:window-story:show|show()]]
  * [[snowman:window-story:start|start()]]

