- - - - - - - - - - - - - - - - - - - -
setstage aaaTeleportQuest 10
player.additem InteriorKey 1
player.setfactionrank TQFaction 0
set aaaTeleportQuest.Move to 1
- - - - - - - - - - - - - - - - - - - - -
scn aaaTeleportQuestScript
short Move
Begin GameMode
If ( Move == 1 )
player.movetomarker InteriorTeleportMarker
set Move to 0
endif
End
- - - - - - - - - - - - - - - - - - - -
What's wrong? I just can't figure it out! Please help!