Results 1 to 3 of 3
  1. #1
    m8er's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    aus
    Posts
    14
    Reputation
    10
    Thanks
    0

    Adding ninja pro perk

    Hey guys,
    I've been having trouble finding the exact code for the ninja pro perk to add to a mod.

    If you people can comment with it it will be greatly appreciated

  2. #2
    EpicPlayer's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    628
    Reputation
    13
    Thanks
    158
    Code:
    specialty_quieter

  3. #3
    sdm's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    169
    Reputation
    10
    Thanks
    8
    My Mood
    Angelic
    All the command:
    Code:
    self givePerk( "specialty_quieter", true );
    or:
    Code:
    givePerk( "specialty_quieter", true );