Home   Help Search Login Register  

Author Topic: How do I add binoculars to a unit?  (Read 1004 times)

0 Members and 1 Guest are viewing this topic.

Offline Coot

  • Members
  • *
How do I add binoculars to a unit?
« on: 19 Feb 2008, 19:48:55 »
Hey there.  I've been learning lately how to add custom weapons to a unit which has been fun and something I've always wanted to do.  Some units are really nice but sometimes you just don't care for the weapons it came with.  So this has been a fun learning experience.

However I don't know how to add field glasses to a unit.  I don't see a class name for binoculars in the reference list.  How do you add binoculars?  And does it use the "addweapon" or "addmagazine" command or something totally different?

Thankyou.

Offline Mostly

  • Members
  • *
Re: How do I add binoculars to a unit?
« Reply #1 on: 19 Feb 2008, 20:05:06 »
It's

Code: [Select]
this addweapon "binocular"
They mostly come out at night. Mostly!

Offline Coot

  • Members
  • *
Re: How do I add binoculars to a unit?
« Reply #2 on: 19 Feb 2008, 20:08:13 »
Thanks a bunch.