Index: bMotion.tcl
===================================================================
--- bMotion.tcl	(revision 749)
+++ bMotion.tcl	(working copy)
@@ -65,6 +65,12 @@
   }
 }
 
+# needed for variables
+if {$bMotion_testing == 1} {
+  putlog "... loading plugin settings"
+}
+source "$bMotionModules/plugins_settings.tcl"
+
 # init default variables
 if {$bMotion_testing == 1} {
   putlog "... loading variables"
@@ -173,10 +179,6 @@
 }
 source "$bMotionModules/mood.tcl"
 
-if {$bMotion_testing == 1} {
-  putlog "... loading plugin settings"
-}
-source "$bMotionModules/plugins_settings.tcl"
 
 ### That's everything but the plugins stuff loaded. Now load extra modules
 bMotion_putloglev d * "looking for 3rd party modules..."

