Jump to content

Tim JKL

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Tim JKL

  1. Not much actually, just two lines.

     

    Around line 632 on a fresh copy:

    s_player_upgrade_build = player addAction [format[localize "STR_EPOCH_ACTIONS_UPGRADE",_text], "custom\player_upgrade.sqf",_cursorTarget, -1, false, true, "",""];
    

    Around line 650 on a fresh copy:

    s_player_downgrade_build = player addAction [format[localize "STR_EPOCH_ACTIONS_REMLOCK",_text], "custom\player_buildingDowngrade.sqf",_cursorTarget, -2, false, true, "",""];

    Basically a file path change.  :)

    Thanks, works great!

×
×
  • Create New...