as far as using stuff like jaguars and victors, you just change the "formality" on how they are called.
Normally, i use this to make a victor:
Code:
Victor foo = new Victor(portNumber);
Use this instead:
Code:
Victor bar = new Victor(slotNumber, portNumber);
That should do it.
