Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: creation options in your action menu  (Read 1753 times)

0 Members and 1 Guest are viewing this topic.

Offline Surdus Priest

  • Members
  • *
  • Only I can Forgive You!
creation options in your action menu
« on: 30 Sep 2007, 15:14:36 »
i want to make an optional action which appears at a certain time in your little action menu, can someone tell me how please?

surdus
Campaigns are hard, I'll stick with scripting for now!

Offline Spooner

  • Members
  • *
  • Mostly useless
    • Community Base Addons
Re: creation options in your action menu
« Reply #1 on: 30 Sep 2007, 16:07:01 »
Code: (SQF) [Select]
sleep 120; // 2 minutes into the mission.
player addAction ["Break Wind", "breakWind.sqf"];

Or by "time" did you mean at 2:30 pm?
« Last Edit: 01 Oct 2007, 02:36:31 by Spooner »
[Arma 2] CBA: Community Base Addons
[Arma 1] SPON Core (including links to my other scripts)

Offline Surdus Priest

  • Members
  • *
  • Only I can Forgive You!
Re: creation options in your action menu
« Reply #2 on: 01 Oct 2007, 02:30:01 »
its ok, the addaction is more than enough :D thank you
Campaigns are hard, I'll stick with scripting for now!