So you can switch to any craft all you need to do is to input the crafts name.
Tags
Question12 Comments
- Log in to leave a comment
-
-
888 TheVizzyLucky
@lafario Put
x
(the variable) asCraftName
. Then, it should work. Also, since you use thecraft id
block, you can remove thedisplay ... id
. -
2,871 lafario
@TheVizzyLucky i type the id in and the id pops up and doesn't switch me to that craft
-
-
-
888 TheVizzyLucky
@TheVizzyLucky And one small mistake in your vizzy: You used
part id
instead ofcraft id
-
888 TheVizzyLucky
@lafario If you use
craft id of ...
inswitch to craft ...
, you need to use the craft's name. If not, you need to use the craft id, but that's not the part id of the command chip! Usedisplay ( craft id of (name of craft) )
to get the craft id. -
2,871 lafario
@TheVizzyLucky It won't work with orbiting crafts of grounded crafts, I've tried typing the I'd of the Capsule, Command disc, Command chip, Cockpit, I've even put the name of the craft and it doesn't work.
-
2,871 lafario
@TheVizzyLucky i put the id of my slightly Deformed Pringle, I put the id number 6, That's the chips id, Did I do somthing wrong, When I enter the id it does nothing.
The command
-
-
888 TheVizzyLucky
@lafario
wait until ( activation group 1 )
set variable ( x ) to user input ( Enter craft name: )
switch to craft ( craft id of (x) )
set activation group 1 to false
Put all that in awhile ( true )
loop
@TheVizzyLucky how would I do this, I've tried using the
`name of craft block and the = block
am confused.