1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 23:21:51 +00:00

changed menu button to N

This commit is contained in:
ineedbots
2021-05-14 14:08:29 -06:00
parent 6e34e346b7
commit 3270e04d82
3 changed files with 133 additions and 2 deletions

View File

@ -446,6 +446,9 @@ getWeaponProfs(weapClass)
return answer;
}
/*
Returns the level for unlocking the item
*/
getUnlockLevel(forWhat)
{
return int(tableLookup( "mp/unlocktable.csv", 0, forWhat, 2 ));