mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Check Evaluate Construct results for more constructs
This commit is contained in:
parent
97c3a1dda4
commit
fe11d5fb35
@ -221,7 +221,8 @@ Namespace ScriptVersion2
|
|||||||
End If
|
End If
|
||||||
foundNOT = False
|
foundNOT = False
|
||||||
|
|
||||||
output &= resultValue.ToString()
|
input = resultValue.ToString() & input
|
||||||
|
|
||||||
Else
|
Else
|
||||||
output &= input(0)
|
output &= input(0)
|
||||||
input = input.Remove(0, 1)
|
input = input.Remove(0, 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user