Does this exist?
does a command exist which means you can go back to higher up in the script, for example, can you have a choice, then if you choose something you go back to the start of the whole choice procedure. is it goto or something. actualy, could someone give me a tiny script with the goto thing. hope i'm not being too vauge... thx
Stick this before choice_start
loop:
And this where you want the choice menu to start again...
goto loop;
I use these all the time nowadays in conversation scripts, so if you want an example one, just ask.
loop:
And this where you want the choice menu to start again...
goto loop;
I use these all the time nowadays in conversation scripts, so if you want an example one, just ask.
cheers, thankfully its a lot more simple than i thought
.
