Im wondering, cause i want my detacher to activate when it reaches a specific speed using GS. Is there a way to do that?
@PX41SERUM01 yes but you can put funky code in group as if it were called input. I tested it and it works, so if you were to put GS >= 30 for example the detacher will activate when your ground speed reaches 30 m/s or higher
GS >= 30
@Eggplant i don't know i did it right but it doesn't work. In detachers they have group instead of input
group
input
@Funnny ahhh... I can't promise you that...
Yes but whatever you do, do NOT become a plane crash kid
You can change the value of the group property of the detacher and put your funky code there such as GS = 30
GS = 30
Set the group attribute to:
GroundSpeed > x
Where x is desired ground speed (IDK if the GroundSpeed attribute is the correct one in XML
@PX41SERUM01 yes but you can put funky code in group as if it were called input. I tested it and it works, so if you were to put
GS >= 30
for example the detacher will activate when your ground speed reaches 30 m/s or higher@Eggplant i don't know i did it right but it doesn't work. In detachers they have
group
instead ofinput
@Funnny ahhh... I can't promise you that...
Yes but whatever you do, do NOT become a plane crash kid
You can change the value of the
group
property of the detacher and put your funky code there such asGS = 30
Set the group attribute to:
GroundSpeed > x
Where x is desired ground speed (IDK if the GroundSpeed attribute is the correct one in XML