4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
668 B

Scriptname _00E_FS_NQ11_Functions extends Quest
Function ShowTutorial(int iTutorialIndex)
If iTutorialIndex == 1
_00E_FS_NQ_11_Tutorial_Theriantrophist_01.Show()
ElseIf iTutorialIndex == 2
_00E_FS_NQ_11_Tutorial_Theriantrophist_02.Show()
Else
If Game.GetPlayer().HasPerk(_00E_Class_Theriantrophist_P09b_Disguise) == false
_00E_FS_NQ_11_Tutorial_Theriantrophist_03.Show()
EndIf
EndIf
EndFunction
Message Property _00E_FS_NQ_11_Tutorial_Theriantrophist_01 Auto
Message Property _00E_FS_NQ_11_Tutorial_Theriantrophist_02 Auto
Message Property _00E_FS_NQ_11_Tutorial_Theriantrophist_03 Auto
Perk Property _00E_Class_Theriantrophist_P09b_Disguise Auto