GiveWeapon(<weapon name>)


Module: Player

Summary:

Give the player a weapon.



Call this on:

The player



Example:

 level.player giveWeapon("m1garand");



Required Args:

  • 1 : <weapon name> The weapon name to give to the player.