From 613ea7c4ec78f171ef9f4c5431a321fcf9c6ba6c Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Fri, 26 Aug 2016 12:55:49 -0500 Subject: [PATCH] Wiki - Add link from missionmaker to framework for interaction menu --- docs/wiki/missionmaker/useful-functions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/wiki/missionmaker/useful-functions.md b/docs/wiki/missionmaker/useful-functions.md index 339713d0e8..830a92f604 100644 --- a/docs/wiki/missionmaker/useful-functions.md +++ b/docs/wiki/missionmaker/useful-functions.md @@ -56,5 +56,7 @@ Function to connect an editor-placed explosive to a unit's detonator. Can be use [triggerman, IED_4, "ACE_DeadManSwitch"] call ace_explosives_fnc_connectExplosive ``` -## 2. Interaction -*to be done* +## 2. Interaction Menu +Mission makers can add ace interaction menu actions via scripts. +Check out the [full guide in framework section](http://ace3mod.com/wiki/framework/interactionMenu-framework.html) +