Home   Help Search Login Register  

Author Topic: Creating a weapon?  (Read 727 times)

0 Members and 1 Guest are viewing this topic.

Black Operative

  • Guest
Creating a weapon?
« on: 01 Jun 2003, 15:39:38 »
Is it possible to create a weapon that's just lying somewhere? I heard rumors about using the drop command for this, but I haven't found anything in the forums. If this is so, could anyone give an example please?

Thx in advance! :)

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Creating a weapon?
« Reply #1 on: 01 Jun 2003, 15:42:52 »
like this

gun="weaponholder" createVehicle [x,z,y];gun addWeaponCargo ["M16",1];

Black Operative

  • Guest
Re:Creating a weapon?
« Reply #2 on: 01 Jun 2003, 15:51:23 »
like this

gun="weaponholder" createVehicle [x,z,y];gun addWeaponCargo ["M16",1];


Woah, that was FAST!  :o
And it works perfectly, BIG thanks! :)