OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: HuNtA on 05 Jan 2004, 22:38:07

Title: Classname for rocket
Post by: HuNtA on 05 Jan 2004, 22:38:07
K, Im making an airburst rocket script, and I need to know the name of the LAW rocket when its in mid air
Title: Re:Classname for rocket
Post by: MachoMan on 05 Jan 2004, 22:58:02
How about :

Code: [Select]
"LAW" camcreate bla bla bla
oops it may alsoo be

Code: [Select]
"LAWLauncher camcreate bla bla bla
This should work seeing the fact that LAW/LAWLauncher is the Ammo of LawLauncher. (Depends on wich reference guide u check)

Works with shells anyway.