There have already been multiple threads on this topic but so far I have had no luck.
I have been trying to add a new ability for each player to my map which consists of a tiger tank or tiger ace.
I have tried the following;
Player_AddAbility(player, BP_GetAbilityBlueprint("tiger_tank_tow"))
Player_AddAbility(player, BP_GetAbilityBlueprint("tiger_tank"))
Player_AddAbility(player, tiger_tank)
I cannot get it to work. Does anyone know the scar command to add vehicle ability's as so far I cannot seem to get one to work. "Fatal Scar Error".
Thanks