Help needed on Call Statement with Goto labels

Help needed on Call Statement with Goto labels

I need to use lots of call statements now to make everything all come together and interact in the game but because

I don't know the correct batch syntax to code the goto routine to use an environment variable to remember the last

place in the code where the call statement was being made from.   I can't get the game code parts to interact.

 

Does anyone know the batch code syntax to allow me to return back again to the correct place in the code where

I made the call statement from?   If I can get this right, then I can get the game to call up the codeblocks I need

or the game uses regularly without me having to make unecessary multiple copies of it throughout

all the code.