scn teleportzauber
short button
begin scripteffectstart
messagebox "wohin wollt ihr reisen", "auswahl1", "auswahl2", "auswahl3", "auswahl4"
end
begin gamemode
set button to getbuttonpressed
if button == 0
player.moveto a
elseif button == 1
player.moveto b
elseif button == 2
player.moveto c
elseif button == 3
player.moveto d
endif
end