Jump to content

yibbachester

Member
  • Content Count

    22
  • Joined

  • Last visited

  • Medals

Community Reputation

11 Good

About yibbachester

  • Rank
    Private First Class
  1. FYI the event handler is persistent.
  2. It works! That a bunch dude! Will credit you for this code. Mind if i upload this script to Armaholic and credit you for it?
  3. Excellent! I will test this now and report back.
  4. It will be every darter that is put down. That is why I have no clue where to start :/
  5. I am currently trying to research to see how I can do this myself for the effort of learning, but Most of what I do not know how to do is how to have the "server" (not always going to be a dedi) monitor when a uav is assembled, and then add the action to it. I have a hunch that the eventhandler WeaponAssembled will need to be used, but I have no idea at this moment how to use it in syntax It needs to be run globally. Will try and figure out but if you have any suggestions that would be greatly appreciated.
  6. So I have an idea in mind that I have no clue how to make, so I'd thought I'd ask you guys. I have searched online for a script like this, but all of them recharge the batteries on the small uavs without using an item, which I do not like. Also I do not desire to use a "Charge pad" script, because this is out in the field. My idea includes the following: -Designator batteries are used to recharge the uavs -Will be avaiable as an addaction while looking at the drone (assembled) -Some stock action to represent installing the batteries. -One Designator battery removed per charge. I am not that great of a scripter so I am hoping to see one of you guys come up with something. I would love to see how this script would look and hope to learn something from this
  7. yibbachester

    Helicopter not responding to waypoints

    Never thought just the naming would make it not work, as only a waypoint script related to the name. Might just be a bug. Thanks though.
  8. This issue is driving me crazy. I have 4 helicopters, 2 are transport, and 2 have slinged loads. The helicopter in question is one of the slingload choppers. It used to work just fine a few days ago, one chopper is working fine and does its business, the other REFUSES to move. I have tried placing the player unit first before making the chopper so it does not conflict with stuff, and the waypoints are IDENTICAL to the other chopper that works. I have tried replacing all waypoints and replacing the helicopter. I am at wits end here. Any help would be appreciated. Linking the mission files here: https://www.dropbox.com/sh/atp1chks26nnl24/AACej60nR1K7OMvhHPNbKOJYa?dl=0 to clarify, trans_02 is the chopper that does not move. To see issue, join in as squad leader of the largest squad and look right.
  9. Confirming this still works. Was getting frustrated!
  10. Just for anyone who comes across this for ARMA 3: It works, but you have to change one line of code. You must go into the saved.sqf file and hit ctrl+f and type in {_m setMarkerType "dot";}; You need to change "DOT" to "HD_DOT". Otherwise the infantry will not show up on the map. Otherwise very useful script!
  11. yibbachester

    Firing drill script

    Also still getting the type script expected nothing error when adding this execVM "firing_drill.sqf" to a unit
  12. yibbachester

    Firing drill script

    So now this error (sorry for my noobness lol): 20:28:20 Error in expression < "Fire_2", "Fire_3"]; while {true} do { _x dofire TARGET; _x doTarget TARGET; sl> 20:28:20 Error position: <_x dofire TARGET; _x doTarget TARGET; sl> 20:28:20 Error Undefined variable in expression: _x
  13. yibbachester

    Firing drill script

    So I just executed the script in the init.sqf. I get this error: 20:21:11 Error in expression <_Fire = ["Fire_1", "Fire_2", "Fire_3"]; while [true] do { _x dofire TARGET; _x d> 20:21:11 Error position: <while [true] do { _x dofire TARGET; _x d> 20:21:11 Error while: Type Array, expected code 20:21:11 File C:\Users\Daniel\Documents\Arma 3 - Other Profiles\SPC%2e%20Kunz%2eD\mpmissions\Operation%20Birdie.Stratis\firing_drill.sqf, line 2
  14. yibbachester

    Firing drill script

    when i add that line it says "type script, expected nothing"
  15. yibbachester

    Firing drill script

    This did not work :( no errors are showing. to execute this script i use the command this exec "firing_drill.sqf"; is this incorrect maybe?
×