Profile image

FT help

2,629 Makerofplanes  4.7 years ago

I am trying to make a rotator spin when SelectedWeapon(“Rocket”) and it doesn’t work. Any tips?

  • Log in to leave a comment
  • Profile image

    I agree. Many times have I tried making FT contraptions and it never worked for me but for other people it did.@spefyjerbf

    4.7 years ago
  • Profile image
    162k spefyjerbf

    Ah. Mobile has trouble with strings. This is a known bug and it should be fixed in the next update.

    4.7 years ago
  • Profile image

    This syntax determines whether a rocket is selected by comparing the number of remaining weapons of the selected weapon with that of the rocket.
    Therefore, if there is another weapon with the same ammo capacity, it will adversely affect operation.

    4.7 years ago
  • Profile image

    It didn’t seem to work.@nagisa

    4.7 years ago
  • Profile image

    There is multiple arms for the plane, but the rockets are the only thing I need the rotator FT for. Did you mean that if I have any other weapons it changes, or that it changes if I have other rotators.@nagisa

    4.7 years ago
  • Profile image

    The following syntax seems to work on mobile,
    It will not work well if there are multiple armaments

    (ammo(SelectedWeapon)=ammo("Rocket"))&(ammo(SelectedWeapon)>0)

    4.7 years ago
  • Profile image

    At least in my environment it works with
    SelectedWeapon = ("Rocket")
    but this syntax somehow doesn't seem to react on Mobile environment...

    4.7 years ago
  • Profile image

    well then I’m screwed.@nagisa

    4.7 years ago
  • Profile image

    It still didn’t work.@scratch

    4.7 years ago
  • Profile image

    At least in my environment it works with SelectedWeapon = "Rocket",
    but this syntax somehow doesn't seem to react on Mobile environment

    4.7 years ago
  • Profile image
    23.2k Scratchoza

    @Makerofplanes the quotation marks should be "" not “”

    4.7 years ago
  • Profile image

    It did not work. View this @spefyjerbf

    4.7 years ago
  • Profile image

    Thanks for your help.@spefyjerbf

    4.7 years ago
  • Profile image
    162k spefyjerbf

    Use SelectedWeapon = “Rocket”
    .
    I think that should be the right syntax.

    4.7 years ago
  • Profile image

    @scratch

    4.7 years ago
  • Profile image
    16.9k YourWife

    c,car

    +1 4.7 years ago