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:
@ -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 ));
|
||||
|
Reference in New Issue
Block a user