Help with Global variable never used problem

Users who are viewing this thread

doc82nd

Sergeant
Hey everyone, i'm looking for soe insight with my compile.
I can't quite seem to figure out how the these variables are referenced too so some tips would be appreciated.
Thanks in advance,
Doc

Initializing...
Compiling all global variables...
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Exporting meshes...
Exporting sounds...
Exporting skins...
Exporting map icons...
Creating new tag_uses.txt file...
Creating new quick_strings.txt file...
Exporting faction data...
Exporting item data...
Exporting scene data...
Exporting troops data
Exporting particle data...
Exporting scene props...
Exporting tableau materials data...
Exporting presentations...
Exporting party_template data...
Exporting parties
Exporting quest data...
Exporting info_page data...
Exporting scripts...
WARNING: Usage of unassigned global variable: $g_player_culture
WARNING: Usage of unassigned global variable: $g_player_culture
WARNING: Usage of unassigned global variable: $g_player_culture
WARNING: Usage of unassigned global variable: $g_player_culture
Exporting mission_template data...
Exporting game menus data...
exporting simple triggers...
exporting triggers...
exporting dialogs...
WARNING: Usage of unassigned global variable: $diplomacy_var2
Checking global variable usages...
WARNING: Global variable never used: g_presentation_lines_to_display_begin
WARNING: Global variable never used: g_presentation_lines_to_display_end
WARNING: Global variable never used: tutorial_1_finished
WARNING: Global variable never used: tutorial_2_finished
WARNING: Global variable never used: tutorial_3_finished
WARNING: Global variable never used: tutorial_4_finished
WARNING: Global variable never used: tutorial_5_finished
WARNING: Global variable never used: battle_won
WARNING: Global variable never used: g_presentation_battle_active
WARNING: Global variable never used: $g_player_culture
WARNING: Global variable never used: $g_player_culture
WARNING: Global variable never used: $g_player_culture
WARNING: Global variable never used: $g_player_culture
WARNING: Global variable never used: $diplomacy_var2
Exporting postfx_params...

______________________________

Script processing has ended.
Press any key to exit. . .
 
Back
Top Bottom