Author Topic: More switchfuctions for add logic in lcb  (Read 1059 times)

0 Members and 1 Guest are viewing this topic.

heiserfeger77

  • Jr. Member
  • **
  • Posts: 16
  • Karma: 1
    • View Profile
More switchfuctions for add logic in lcb
« on: May 04, 2014, 02:49:27 PM »
The only switchfunction in lcb at the moment is if-then-else. it would be nice, when we would have a switch-case or select-case for multiple different events. At the moment i must use for every case the if-then-else. Even nice would be a do-loop or while-went. So the most events can handle with this.

vulcanjedi

  • $upporter
  • Sr. Member
  • *****
  • Posts: 213
  • Karma: 8
    • View Profile
Re: More switchfuctions for add logic in lcb
« Reply #1 on: May 04, 2014, 03:22:01 PM »
Have you reviewed trying to leverage the PY plugin for more complex logic? http://voxcommando.com/mediawiki/index.php?title=Python
« Last Edit: May 04, 2014, 06:54:50 PM by vulcanjedi »

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: More switchfuctions for add logic in lcb
« Reply #2 on: May 04, 2014, 03:31:54 PM »
check this discussion ...

http://voxcommando.com/forum/index.php?topic=1548.msg13508#msg13508

following that you can create all the logic you want using PY
When Voice command gets tough, use hand gestures