OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: duff2005 on 27 Feb 2005, 22:04:17

Title: run action from action menu
Post by: duff2005 on 27 Feb 2005, 22:04:17
hi,

i got the nice c130 addon v1.2 by Hawk.

When I sit in the c130 I can select "Prepare jump" from the action menu.

Can I "run" this action with a trigger?

thanks duff2005
Title: Re:run action from action menu
Post by: AK-Chester on 28 Feb 2005, 00:14:27
Should work, like this:
Code: [Select]
[chopperName] exec {\HWK_c130\script\parasoldiers.sqs}Taken from version 1.3 (http://ofp.gamezone.cz/index.php?showthis=6923) of that addon. Dunno if the pathnames (etc) have changed since v1.2.
Title: Re:run action from action menu
Post by: duff2005 on 28 Feb 2005, 12:55:51
oh i also got 1.3 ...

thank you