While merging these two in my compile.sqf i have :o
player_build = compile preprocessFileLineNumbers "Custom\A_Plot_for_Life\Action\modular_build.sqf";
and this :o
player_build = compile preprocessFileLineNumbers "Custom\A_Plot_for_Life\Action\player_build.sqf"
Since i wana use both the scripts how to deal with this ? :blink:
Can i use IF or Else in compile.sqf in case yes please help how to do that
Thanks ^_^