Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_Tutorial_Seizing_END.c
Go to the documentation of this file.
1[EntityEditorProps(insertable: false)]
5
6//------------------------------------------------------------------------------------------------
8{
9 //------------------------------------------------------------------------------------------------
10 override protected void Setup()
11 {
12 SCR_HintManagerComponent.HideHint();
13 SCR_HintManagerComponent.ClearLatestHint();
14
15 PlayNarrativeCharacterStage("CONFLICT_Instructor_C", 7);
16 }
17
18 //------------------------------------------------------------------------------------------------
19 override bool GetIsFinished()
20 {
21 return m_sLastFinishedEvent == "SOUND_TUTORIAL_TA_BUILD_ANTENNA_INSTRUCTOR_C_08" || GetDuration() > 15000;
22 }
23}
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
void PlayNarrativeCharacterStage(string characterName, int stage)