Hi
I'm working on an adventure game. In first I wanted start it without level editor . But I understood it's almost impossible without it . I made 'wait' system and 'got to' position and 'start dialogue' ,...
It's first time that I want make a level editor and I don't know how can I handle it with get common from INI or array and so on.
For example :
Hero walk to position 200,300;
wait 10 second;
Hero say : " It's a beautiful road "
How can I get common from INI or similar into the game ? I made all common by events.
A little example is so useful
I'm appreciate for any help