Modme Forums

Changing perk hint string

Game Modding | Call of Duty: Black Ops 3 | Scripting


Tanhasson:

Does anyone know how to edit a perk hint string? Ive looked through all of the jugg scripts and perk scripts but there is nothing i can edit to change the hint in the game.


func_vehicle:

In

_zm_perk_juggernaut.gsc
, there is this line:
zm_perks::register_perk_basic_info( PERK_JUGGERNOG, "juggernog", JUGGERNAUT_PERK_COST, &"ZOMBIE_PERK_JUGGERNAUT", GetWeapon( JUGGERNAUT_PERK_BOTTLE_WEAPON ) );
&"ZOMBIE_PERK_JUGGERNAUT"
is a localized hint string, so that it displays correctly in any language. If you only care about having the hint display in English, you can just get rid of the & symbol and replace it with what you want the custom string to say
eg.
"Hold ^3[{+activate}]^7 for Jugger-Nog [Cost: &&1]"