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?
The syntax is
You must have a script named "Left" for that to work.