Difference between revisions of "Basic code scripting"

From XStoryPlayer Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
All the scripts for the dungeon pack directory can be found in the ./pack/pack_dungeon/init directory.
 
All the scripts for the dungeon pack directory can be found in the ./pack/pack_dungeon/init directory.
 +
 +
It contains two sub-directories:
 +
 +
* /std    : These files are the same for all stories (like .lib files in c++)
 +
* /stories : These files are story specific.

Revision as of 13:20, 5 January 2015


All the scripts for the dungeon pack directory can be found in the ./pack/pack_dungeon/init directory.

It contains two sub-directories:

  • /std  : These files are the same for all stories (like .lib files in c++)
  • /stories : These files are story specific.