scn SetClassAndStarsign01SCRIPT
short doonce
short button
Begin GameMode
If player.getincell [CellID] == 1 && doonce == 0
Messagebox "Ein Satz" "Antwort1" "Antwort2" "usw"
set doonce to 1
Endif
set button to getbuttonpressed
If button == 0 ;Die erste Antwort ist ausgewählt
set Tele to 1
player.moveto [MarkerRef]
Endif
End