Difference between revisions of "SkibUserMacros:AntiTinnitus"

From Protoi Healing

Jump to: navigation, search
Line 23: Line 23:
  
 
# Use '''DATABASE''' 'Malfunction'.
 
# Use '''DATABASE''' 'Malfunction'.
 +
# All things used by this macro always have to be optimal protected.
 
# '''IF''' the option ''{Use butterfly}'' was given, '''DO''':
 
# '''IF''' the option ''{Use butterfly}'' was given, '''DO''':
 
## Use in the macro the {{Method|butterfly-method}} for all soft blocked-things.
 
## Use in the macro the {{Method|butterfly-method}} for all soft blocked-things.

Revision as of 19:39, 7 February 2017

Skib User Macro
Name AntiTinnitus
Author Frank
Brief descr. Tries to reduce tinnitus.
Status public
Terms Oneself use only
Resources for the UserMacro
1 00 10 00 100 00
1k 00 100k 00 1kk 00
10kk 00 Gmax 00 Omax 00
Resources with butterfly option
1 00 10 00 100 00
1k 00 100k 00 1kk 00
10kk 00 Gmax 00 Omax 00

Command syntax

AntiTinnitus {Use butterfly} {Use solver}






Description

This UserMacro tries to reduce the tinnitus of a person. It can only run on oneself. It is not possible to run it on 3rd persons.


{Use butterfly}

This option activates the use of the butterfly-method inside the macro algorithm. This gives much more power, but also needs a lot of resources from Skib. You should be aware of this!


Algorithm of User Macro

  1. Use DATABASE 'Malfunction'.
  2. All things used by this macro always have to be optimal protected.
  3. IF the option {Use butterfly} was given, DO:
    1. Use in the macro the butterfly-method for all soft blocked-things.
  4. IF-END
  5. Scan me and TRY to identify all kinds of tinnitus in me.
  6. TRY to identify all origins of the tinnitus.
  7. Trace all origins of the tinnitus.
  8. Create an optimal procedure to remove all found with trace.
  9. TRY to remove all found with trace by using the remove procedures.
  10. Create an optimal procedure to block all found in trace.
  11. TRY to block all found with trace by using the block procedures.
  12. Create optimal procedures for counter vibrations for all found with trace, which can not get handled otherwise.
  13. TRY to apply the counter vibrations by using the counter vibrations procedures.
  14. MONITOR 24/7 all tinnitus and all results of this macro.
    1. IF the monitoring shows still tinnitus sounds taking place, DO:
      1. Scan me.
      2. TRY to identify all tinnitus origins and all own actions and all counter actions.
      3. Trace all tinnitus origins and all own actions and all counter actions.
      4. TRY to identify all malfunctions.
      5. IF malfunctions were found, DO:
        1. THREAD-START <1>
      6. IF-END
      7. IF new tinnitus origins were identified, DO:
        1. THREAD-START <2>
      8. IF-END
    2. IF-END
  15. MONITOR-END
  16. THREAD <1> Try to find solutions for the malfunctions
    1. IF option {Use solver} was not given, DO:
      1. THREAD-STOP <1>.
    2. IF-END
    3. SUBMACRO-START 'SolveMalfunctions' {Use butterfly}
  17. THREAD-END
  18. THREAD <2> New identified tinnitus
    1. Create an optimal procedure to remove all found with trace.
    2. TRY to remove all found with trace by using the remove procedures.
    3. Create an optimal procedure to block all found in trace.
    4. TRY to block all found with trace by using the block procedures.
    5. Create optimal procedures for counter vibrations for all found with trace, which can not get handled otherwise.
    6. TRY to apply the counter vibrations by using the counter vibrations procedures.
  19. THREAD-END