Baldur's Gate Wiki
Advertisement

Line 0001[]

IF
	Detect([PC])
	XPGT(Player1,10000)
	Range([PC],7)
	Global("BA_START_SCENE","MYAREA",0)
	!ActuallyInCombat()
THEN
	RESPONSE #100
		SetGlobal("BA_START_SCENE","MYAREA",1)
		ClearAllActions()
		StartCutSceneMode()
		MoveViewPoint([1873.3035],BD_SLOW)
		ActionOverride(Player1,StartCutScene("CUTBA01"))
END
Advertisement