This commit is contained in:
Bartek Stalewski 2017-03-01 11:53:19 +01:00
parent df6891b2e0
commit 9eb2b8696f
2 changed files with 8 additions and 6 deletions

View file

@ -121,11 +121,8 @@ end</script>
<packageName></packageName>
<script>function scripts.utils.bind_functional(command, silent)
scripts.utils.functional_key = command
if not silent then
cecho(&quot;\n\n&quot; .. scripts.ui.bind_color .. &quot;bind &lt;yellow&gt;]&quot; .. scripts.ui.bind_color .. &quot;: &quot; .. command .. &quot;\n\n&quot;)
raiseEvent(&quot;playBeep&quot;)
end
cecho(&quot;\n\n&quot; .. scripts.ui.bind_color .. &quot;bind &lt;yellow&gt;]&quot; .. scripts.ui.bind_color .. &quot;: &quot; .. command .. &quot;\n\n&quot;)
raiseEvent(&quot;playBeep&quot;)
end
function scripts.utils.bind_ship(command, if_locate, silent)