View Single Post
  #1   Spotlight this post!  
Unread 01-02-2013, 20:45
Fifthparallel Fifthparallel is offline
Registered User
AKA: Sam Chen
FRC #1410
 
Join Date: Dec 2012
Rookie Year: 2011
Location: Denver, CO
Posts: 65
Fifthparallel is an unknown quantity at this point
DefaultCommand won't restart?

Hey, I run SetDefaultCommand(new [insert default command]()); but whenever I run a command that interrupts it (cancels default command), the default command will not restart. I have tried calling InitDefaultCommand inside of End() of the interrupting command, but this will not start the default command.

Can anybody tell me how to restart the default command after another command interrupts it?
__________________
sudo chmod u+x helloworld.sh
gotta start somewhere.
Reply With Quote