def execute(self,actionNum = 0 , *params): toView = g.SHIPS[actionNum] misc.look(toView) pygame.display.update() return 10