Aww's still can't go thru the whole path with one event.
In the sending camera event first box brick names divided by space but apparently you haven't implemented that yet.
"Name of bricks to go to": Here you input the names of bricks you want the path camera to go to. Names are separated by commas and should be in the order you want the camera to go to. For example what you would type in could look like: "Brick 1,Cabin Door,Lavaplate""Where is it looking?": There are 7 options here: North, East, South, West, Up, Down, and Brick. If you choose brick, type in the name of the bricks you want to look at in the next text box."Name of bricks to look at": Only fill this out if you chose "Brick" in the previous list. The rules are the same as the "Name of bricks to go to" text box. If you leave this blank the camera will just look at the brick it is heading towards.
When I separated the brick names in the first field of SendPathCam, it doesn't do anything, and I am separating the names with only commas and no spaces in-between the names and commas. Any suggestions?
Does it say anything in console? What are the names of the bricks?
They are divided by commas. Such as: "Brick1,Mountain_Top,FinishBrick"
Bro, still ain't working. Surely the named bricks do not need events?
I am sure I have the latest and there are no console errors. I have two bricks named "1" and "2" and one unnamed brick to start the path. The unnamed brick has events: onActivate > Self > sendPathCam [1,2] [Up] [] 10.0I click the brick it doesn't work.