Home   Help Search Login Register  

Author Topic: Help with triggers  (Read 413 times)

0 Members and 1 Guest are viewing this topic.

Ghost7825

  • Guest
Help with triggers
« on: 01 Jan 2004, 17:17:48 »
Been a long time since I played OPF or did sth in the missioneditor, so I need little advice.....  I want a soldier to goto a waypoint and lit the fire how do I do that, same Ive seen the soldiers sometime smoke or talk, how does that work. 2nd of all how do I take away the groupline thats created if I create another unit, so the units can be seperate?

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:Help with triggers
« Reply #1 on: 01 Jan 2004, 18:40:47 »
to ungroup units, simply hit F2 and drag a line AWAY from other units (just to some spot on the map)


campfires are lit by the code:

Fire1 inflame true

where "Fire1" is the NAME of the fire object.

 :) an' ya can make it look like BOB is doing it via the use of some action command (in the WP near the fire object)


Bob action ["Rearm"]; Fire1 inflame true

(if I remember correct), this would make him kneel down...