Baldur's Gate Wiki
Advertisement

Throne of Bhaal[]

IF
	OnCreation()
THEN
	RESPONSE #100
		StartTimer(77,6)
END

IF
	HPLT(Myself,12)
THEN
	RESPONSE #100
		StartTimer(77,6)
		ChangeAnimationNoEffect("TROLDE02")  // Desert Troll
END

IF
	TimerExpired(77)
THEN
	RESPONSE #100
		StartTimer(77,6)
END

Baldur's Gate II: Enhanced Edition[]

IF
	StateCheck(Myself,STATE_SLEEPING)
THEN
	RESPONSE #100
		NoAction()
END

Behavior[]

Advertisement