Difference between revisions of "DCS func addCommand"
From DCS World Wiki - Hoggitworld.com
Gillogical (talk | contribs) |
Gillogical (talk | contribs) |
||
Line 63: | Line 63: | ||
local displayRequests = missionCommands.addSubMenu( "Display Requests") | local displayRequests = missionCommands.addSubMenu( "Display Requests") | ||
+ | |||
local negativeReply = missionCommands.addCommand( "Negative Ghostrider", displayRequests , displayMsg, {flyby = false}) | local negativeReply = missionCommands.addCommand( "Negative Ghostrider", displayRequests , displayMsg, {flyby = false}) | ||
+ | |||
local positiveReply = missionCommands.addCommand( "Roger Ghostrider", displayRequests , displayMsg, {flyby = true}) | local positiveReply = missionCommands.addCommand( "Roger Ghostrider", displayRequests , displayMsg, {flyby = true}) | ||