21 lines
668 B
Plaintext
21 lines
668 B
Plaintext
|
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
|