Kann man es folgendermassen anlegen:

Begin MenuMode
if DoOnce == 1
Messagebox "Was möchten Sie herstellen ?","Beenden","Schäfte","Spitzen"
set DoOnce to 12
endif

if DoOnce == 12
set Button to GetButtonPressed
if Button > -1
if Button <= 0
set DoOnce to 0
elseif Button == 1
SetStage to xyz1 10
elseif Button == 2
SetStage to xyz2 20
endif
endif
endif


Und wie beginn ich dann die anderen Questskripts ?