The Dink Network

Does this exist?

April 18th 2005, 03:21 PM
pig.gif
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
April 18th 2005, 03:38 PM
custom_fish.png
SabreTrout
Noble He/Him United Kingdom
Tigertigertiger. 
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.
April 19th 2005, 01:11 PM
pig.gif
cheers, thankfully its a lot more simple than i thought .