OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Headhunter on 17 Jun 2004, 11:51:13

Title: Fire on command and retry
Post by: Headhunter on 17 Jun 2004, 11:51:13
is it possible to make a tank fire no-stop, like a artillery battery?

and how do you make that "Updating Retry Position"???
Title: Re:Fire on command and retry
Post by: Skanderborgvej on 17 Jun 2004, 13:56:54
Do you want the tank to fire at a specific target? Then you can use the "dofire" command.

To autosave the game: "savegame"

GRTZ  ;)
Title: Re:Fire on command and retry
Post by: Headhunter on 17 Jun 2004, 15:37:52
can you specify the "dofire" command a little bit???
Title: Re:Fire on command and retry
Post by: Skanderborgvej on 17 Jun 2004, 16:26:55
Well... for example, if you just want to shoot at an enemy tank (or just an empty tank) use this:

nameofalliedtank dotarget nameofenemytank

and then

nameofalliedtank dofire nameofenemytank

If you want a tank to shoot randomly at a position, try searching it in the forums or use a script from the editors depot...
Title: Re:Fire on command and retry
Post by: Headhunter on 17 Jun 2004, 16:55:19
thanks