Very good work but i have a problem with that it would work but when you are making a story you will get your sceans confused if you do this:
SCENE001
BGM=BGM001.SEF //background music
BGP=HOUSE.PIC //background picture
SPRITE1=WOMAN01.GPG,L // first sprite + location (Left Middle Right)
TEXT1=Hi, let me introduce myself
SCENE002 CONTINUE
TEXT1=I am Ami Suzuki
Why not make it when TEXT1= show up in the thing u have to push A button to go to the next line of code
Example:
SCENE001
BGM=BGM001.SEF //background music
BGP=HOUSE.PIC //background picture
SPRITE1=WOMAN01.GPG,L // first sprite + location (Left Middle Right)
TEXT1=Hi, let me introduce myself
TEXT2=I am Ami Suzuki
TEXT3=Very nice to meet you.
Each line that has text on it will the button pushed to continue.
One thing that we forgot was names like how to tell each people apart but simple solution is to just add [Ami] infront of the text if she is speaking
Example:
SCENE001
BGM=BGM001.SEF //background music
BGP=HOUSE.PIC //background picture
SPRITE1=WOMAN01.GPG,L // first sprite + location (Left Middle Right)
TEXT1=[Ami] Hi, let me introduce myself
TEXT2=[Ami] I am Ami Suzuki
TEXT3=[Ami] Very nice to meet you.
TEXT4=[Dan] Hi im dan
TEXT5=[Dan] And i wanna be your man
Ok so its a lil bit of stupid humour but u get it
Other wise great work dont think anything is missing.
1 thing id like to know is can you add transition affects? like blind efect etc when the person goes away? or is this to much work if so its not worth it.
h34r: