November 24, 200322 yr FolksI am trying to make a 3 way switch same as the fuel pump switch on the baron 58. Cannot get it to work.Any hints???(L:A109Servo,enum) 0 != d (G:Var1) ! * +Servo Switch(L:A109Servo,enum) if{ (G:Var1) if{ 0 (>L:A109Servo,enum) } els{ 1 (>G:Var1) } } els{ 0 (>G:Var1) 0 (>L:A109Servo,enum) }
November 24, 200322 yr Author Hi,Try to use three clickspots:0 (>L:A109Servo,enum) 1 (>L:A109Servo,enum) 2 (>L:A109Servo,enum)They will change the position of the switch:(L:A109Servo,enum) (L:A109Servo,enum) 0 == if{ ...function... } (L:A109Servo,enum) 1 == if{ ...function... } (L:A109Servo,enum) 2 == if{ ...function... } The other functions not clear (G:Var). Jan"Procul Negotiis" Jan "Beatus ille qui procul negotiis..."
Create an account or sign in to comment