Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_Tutorial_Obstace_FLAG.c
Go to the documentation of this file.
1[EntityEditorProps(insertable: false)]
5
6//------------------------------------------------------------------------------------------------
8{
9 //------------------------------------------------------------------------------------------------
10 override protected void Setup()
11 {
12 RegisterWaypoint("WP_FLAG");
13 SCR_HintManagerComponent.HideHint();
14 SCR_HintManagerComponent.ClearLatestHint();
15
16 // Delayed call so the line doesn't get cut off
17 GetGame().GetCallqueue().CallLater(PlayNarrativeCharacterStage, 1500, false, "OBSTACLECOURSE_Instructor", 9);
18 }
19};
ArmaReforgerScripted GetGame()
Definition game.c:1398
enum SCR_ECompassType EntityEditorProps(category:"GameScripted/Gadgets", description:"Compass", color:"0 0 255 255")
Prefab data class for compass component.
SCR_Waypoint RegisterWaypoint(string entityName, string title=string.Empty, string icon="MISC")
void PlayNarrativeCharacterStage(string characterName, int stage)