Does anyone know how to get the conscript dispatch button to appear to the top right of the mini-map in SP maps? From what I see in Relic's code, I should be able to see it with the following lines of code:
Player_SetAbilityAvailability(player1, ABILITY.SOVIET.BASE_CONSCRIPT_DISPATCH, ITEM_UNLOCKED)
Player_AddAbility(player1, ABILITY.SOVIET.BASE_CONSCRIPT_DISPATCH)
Thanks for any help!