Asked
— Edited
when you typeCode:
controlcommand(scriptstart, "left")
it comes up with an error in the debug.
when i typeCode:
controlcommand("left", scriptstart)
it doesnt do anything. and the quotation marks mess up,
when i triedCode:
controlcommand("left", scriptstart, "left")
still nothing.
has the script cue changed?
Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!
Based on your post activity, we found some content that may be interesting to you. Explore these other
tutorials and community conversations.
The syntax is
You must have a script named "Left" for that to work.