themoffster 0 Posted April 3, 2002 1: How can I move an already created (and light) fire to underneath my helicopter that is "crashed"? I tried "fire1" setpos [(getpos helo1 select 0),(getpos helo1 select 1),(getpos helo1 select 2) -1], where fire1 is the name of my fire but I got an error. 2: How can I (through a script) do something depending on a vehicles speed? I`m thinking along the lines of ?(helicopter setspeedmode == "LIMITED") : goto somewhere, is this right? Share this post Link to post Share on other sites
Bart.Jan 0 Posted April 3, 2002 1) fire1 setpos [(getpos helo1 select 0),(getpos helo1 select 1),(getpos helo1 select 2) -1] name without commas 2) I don't know. Share this post Link to post Share on other sites
ALDEGA 0 Posted April 3, 2002 commas -> double quoted marks Share this post Link to post Share on other sites
Bart.Jan 0 Posted April 3, 2002 From my Czech-English dictionary : uvozovky " = comma,commas inverted,double glitch,double quote,inverted commas  Share this post Link to post Share on other sites