exploadead Posted December 6, 2016 Report Share Posted December 6, 2016 Can anyone explain or give some link to read about how to use theese items?: (i just cant figure it out) ItemKeyKit ItemHotwire ItemPipes ItemKey ItemKeyBlue ItemKeyGreen ItemKeyRed ItemKeyYellow ItemComboLock ItemBulb ItemBurlap Link to comment Share on other sites More sharing options...
0 He-Man Posted December 6, 2016 Report Share Posted December 6, 2016 There is no purpose for the most (or all?!) items for now. But you could use them for yourself by scripting a function to use them. We use the ItemHotwire to lockpick Vehicles, for example. Link to comment Share on other sites More sharing options...
0 exploadead Posted December 7, 2016 Author Report Share Posted December 7, 2016 10 hours ago, He-Man said: There is no purpose for the most (or all?!) items for now. But you could use them for yourself by scripting a function to use them. We use the ItemHotwire to lockpick Vehicles, for example. I see.... Cool:) Can u share this script here? Link to comment Share on other sites More sharing options...
0 He-Man Posted December 7, 2016 Report Share Posted December 7, 2016 I have implemented it deep in the Main Codes, so it makes no Sense to Share it. But it is based on this script: Link to comment Share on other sites More sharing options...
0 vbawol Posted December 7, 2016 Report Share Posted December 7, 2016 Hey, Guys! Now, It is easier than ever to make custom (double click) inventory actions for magazines or weapons/items In Epoch using the "CfgItemInteractions" config either in mission config or via even a client side mod.https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_config/Configs/CfgItemInteractions.hpp For example, Honey has the added action to Empty out the jar instead of eat it: interactActions[] = {{"EMPTY","[1,[],'emptyjar_epoch'] call EPOCH_consumeItem;"}}; This shows up as a double click action on the Honey with the text "EMPTY" and will execute the string "[1,[],'emptyjar_epoch'] call EPOCH_consumeItem;" as code via the buttons EH when clicked. Hint: Any code you want can be executed just make sure you use single quotes inside "" or escape any double quotes. Another example is that you can Empty or Drink a Gas can (to poison yourself) :https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_config/Configs/CfgItemInteractions.hpp#L204 He-Man 1 Link to comment Share on other sites More sharing options...
Question
exploadead
Can anyone explain or give some link to read about how to use theese items?: (i just cant figure it out)
ItemKeyKit
ItemHotwire
ItemPipes
ItemKey
ItemKeyBlue
ItemKeyGreen
ItemKeyRed
ItemKeyYellow
ItemComboLock
ItemBulb
ItemBurlap
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now