- Messages
- 10,158
- Country

Hey all,
Can you see what I might be doing wrong on this code, what might be causing it to malfunction?
Bill
LHC
Can you see what I might be doing wrong on this code, what might be causing it to malfunction?
Code:
<PartInfo>
<Name>lhc_lh_door</Name>
<Animation>
<Parameter>
<Code>
(L:LHC LEFT DOOR HANDLE CONTROL,bool) 1 >
(A:SIM ON GROUND, bool) 1 == and
if{ 100 (>L:LHC LEFT DOOR SERVO,number) }
els{ 0 (>L:LHC LEFT DOOR SERVO,number) }
</Code>
<Lag>100</Lag>
</Parameter>
</Animation>
</PartInfo>
Bill
LHC


