Author Topic: Path Camera Events [V.1.5]  (Read 14908 times)

Aww's still can't go thru the whole path with one event.
What. How exactly are you setting it up?

In the sending camera event first box brick names divided by space but apparently you haven't implemented that yet.

In the sending camera event first box brick names divided by space but apparently you haven't implemented that yet.
They are divided by commas. Such as: "Brick1,Mountain_Top,FinishBrick"

Nice that you notified everyone of that in the OP.

  • "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.
I did, haha.


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?

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?

Does it say anything in console? What are the names of the bricks?

cam1,cam2,cam3,cam4...cam7 those are the names, but lemme check the console.

NVM, works now C:
« Last Edit: April 03, 2011, 05:32:31 PM by Plasticman »

They are divided by commas. Such as: "Brick1,Mountain_Top,FinishBrick"
This is winning more and more each time I turn around....

So anyone experiencing any problems? If not, I guess I can upload to RTB soon. What happens if you type "brick1,,,,,,brick2"?

Bro, still ain't working. Surely the named bricks do not need events?

Bro, still ain't working. Surely the named bricks do not need events?
No, you can do it solely from one brick.
I need a detailed report of how you set it up, if any console errors pop up, and make sure you have the absolute latest version.

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.0
I click the brick it doesn't work.

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.0
I click the brick it doesn't work.
Oh okay, the issue just might be making it "Up". I'll look into it.