"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 | | |