player.add_weapon

Give a weapon to a player.

Arguments

weapon

An object in the game world.

Example

global.player[0].add_weapon(global.object[0])

Notes

See also