Check out Amazon.com!

BlitzCoder Code Archives PageMain Codes Page
"How to read RPG dialogs from a text file", by dragonmood
Say you want to read characters dialogs that you want to use in a game.
You ll need :
1- a way to store it -> I propose text file in this format :
[0.0.1]
This is chapter 0,section 0,conversation 1,line 1
This is chapter 0,section 0,conversation 1,line 2
[0.0.2]
This is chapter 0,section 0,conversation 2,line 1
etc...
2 - and a function to read it from a blitz application -> my code.
Feel free touse,Any comment is welcome.

Code
Copyright(c) 2000-2004, BlitzCoder. All Rights Reserved.

Code software created by Krylar's Kreations