Jamba 0.4d released.

Jamba-Follow
  • Bug Fix: When follow strobing and changing masters; the new master will no longer try to keep strobing on the old master.
  • A character will not try to follow strobe while it is eating if the Jamba-Follow option: Pause Follow Strobing If Drinking is checked.
  • Commands without the optional tag parameter should now work; e.g. /jamba-follow strobeoff will now stop the character from follow strobing.
Jamba-Quest
  • Pressing escape will now hide the Jamba-Quest window.
Please let me know of any problems you find.

How to switch masters and follow strobe using Focus:
  1. Set up your team in the team tab and push to characters.
  2. Goto the main Jamba options. Click the switch tab. Check the "On Focus Change Set Master To Focus" box. Click push to characters.
  3. Make macros:
The "Make me leader" button...
/focus NewLeaderToon
/jamba-follow strobeonme all
/script SetView(5);SetView(5);

The "Make someone else a leader" button...
/focus NewLeaderToon
/script SetView(5);SetView(5);

How to switch masters and follow (not strobing) using Focus:
  1. Set up your team in the team tab and push to characters.
  2. Goto the main Jamba options. Click the switch tab. Check the "On Focus Change Set Master To Focus" box. Click push to characters.
  3. Make macros:
The "Make me leader" button...
/focus NewLeaderToon
/jamba-follow master all
/script SetView(5);SetView(5);

The "Make someone else a leader" button...
/focus NewLeaderToon
/script SetView(5);SetView(5);