Home   Help Search Login Register  

Author Topic: lighting a fire  (Read 732 times)

0 Members and 1 Guest are viewing this topic.

thepandaman

  • Guest
lighting a fire
« on: 28 Dec 2002, 18:01:49 »
I can't figure out how to have a fire lit at the start of a mission.  I looked at a list of commands and actions but light fire wasn't there :(.  It would just make the mission look a little better  8)

silent1

  • Guest
Re:lighting a fire
« Reply #1 on: 28 Dec 2002, 20:07:29 »
In the fire's init, put:
    this InFlame True

If you want the fire to go out:
    Firename InFlame False
Where Firename is the name of the fire.

thepandaman

  • Guest
Re:lighting a fire
« Reply #2 on: 29 Dec 2002, 00:02:13 »
thanx! :)