!752 p { O bot = run("#1003384"); action(bot, "Bot shows color green"); sleep(5000); action(bot, "Bot shows color yellow"); } static bool action(O bot, S text) { ret (bool) call(bot, "action", text, null); }