Hi Every1,
What code do I use to access an inventory item that my player has, through the player carrying it. In other words...
Thanks in advance,
-Rainbow Six
What code do I use to access an inventory item that my player has, through the player carrying it. In other words...
Code:
class Agent extends TournamentPlayer;
function TurnOnNVG()
{
// Access the inventory item from here
}
Thanks in advance,
-Rainbow Six