begin myscript
short Button
short story
If (story = 0)
if ( player -> getdistance == 200 )
DisablePlayerControls
set story to 1
MessageBox, "----geschwafel----", "geschwafel?"
endif
endif
if ( Button == 0 )
MessageBox, "ja, geschwafel!. ---frage---", "antwort1", "antwort2", "antwort3", "antwort4"
set story to 2
endif
If (Story == 2)
if ( Button == 0 )
MessageBox, "---wütende antwort---"
Cast, "L_sheo_overkill", "player"
endif
if ( Button == 1 )
MessageBox, "---freundliche antwort---"
MoveWorld Z 100
PlaySound3D, "Stone Door Open 1"
endif
if ( Button == 2 )
MessageBox, "---wütende antwort---"
Cast, "L_sheo_overkill", "player"
endif
if ( Button == 3 )
MessageBox, "---wütende antwort---"
Cast, "L_sheo_overkill", "player"
endif
endif
end