Jump to content
Sign in to follow this  
toadeater

Is there a list of actions around?

Recommended Posts

Does anyone have or know where to get a complete list of Actions? There seem to be quite a few of them and they're not mentioned in the official comref. I am talking about actions to be used with this command:

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

unit action action

Operand types:

   unit: Object

   action: Array

Type of returned value:

   Nothing

Description:

   Make unit to peform action. Format of action may be [type, target, param1, param2, param3]. Only type is required, target defaults to unit, param1, param2, param3 are type specific.

Example:

   soldierOne action ["eject", vehicle soldierOne]<span id='postcolor'>

Share this post


Link to post
Share on other sites

Open stringtable.csv file from OperationFlashpoint\Res\Bin folder.

Find string STR_NO_ACTION. From that point there are list of possible actions. Mostly action name is string without first STR_ACTION_ . But there is no list with parameters I know about.  confused.gif

These strings are also listed in Unofficial Operation Flashpoint Command Reference Manual but without parameters.

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Bart.Jan @ Mar. 11 2003,22:41)</td></tr><tr><td id="QUOTE">Open stringtable.csv file from OperationFlashpoint\Res\Bin folder.

Find string STR_NO_ACTION. From that point there are list of possible actions. Mostly action name is string without first STR_ACTION_ . But there is no list with parameters I know about.  confused.gif

These strings are also listed in Unofficial Operation Flashpoint Command Reference Manual but without parameters.<span id='postcolor'>

Yes... the parameters are the important part, aren't they? smile.gif

It seems some of these actions do what some scripting commands do. What's the point of having them as actions then?

Oh well, thanks anyway.

Share this post


Link to post
Share on other sites

Actually, I've been working on a little resource thing (read, I get bored occasionally and jot things down) which currently has a couple actions on it if you'd like. Dunno if it'll help, but if there's a specific action you need just post it and I'll take a shot at cracking it.

 

 Tychon's OFP: Resistance Resource

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×