Home   Help Search Login Register  

Author Topic: Fallen trees?  (Read 681 times)

0 Members and 1 Guest are viewing this topic.

Egwal

  • Guest
Fallen trees?
« on: 18 Nov 2002, 19:19:33 »
Im makin a sort of Black Hawk Down mission and at the crash site next to the damaged heko i want to be trees that hav fallen down. How do i make them from the editor? ??? I dont want the heko to be exploded (though thats the way to get fallen trees ;D)


Offline Sefe

  • OFPEC Patron
  • Former Staff
  • ****
Re:Fallen trees?
« Reply #1 on: 19 Nov 2002, 12:11:20 »
If you have resistance you can press the "Show IDs" button. Then you can zoom in the editor window until a number is displayed on every object. This number is the object ID. With the Object command you can access every object on the map by it's ID.

Look up the IDs of the trees you want to fell and use this line to chop them:

"(Object _x) SetDammage 1" ForEach [ID1, ID2, ..., IDn]