OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: calm_terror on 03 Oct 2003, 07:15:14

Title: Arm Patches
Post by: calm_terror on 03 Oct 2003, 07:15:14
What is the scripting or coding to add an arm patch to any unit in game if i have the jpgs in pbo or something..
i know it cna be done i just don't know the scriptign/coding for it..
thanks
Title: Re:Arm Patches
Post by: Harkonin on 03 Oct 2003, 07:44:38
It will actually only work if the model suppropts it as in add-on that has the feature such as Bas Deltas and Rangers.

Code:

this setObjectTexture [0,"Imagename"]

endcode.