Skip to content

Commit 0b132f6

Browse files
fixed the bug in a complex functions that has functions like 3 layer deep in a single functions
1 parent d107594 commit 0b132f6

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
print("first function...")
2+
popuprespond("Second function...","True","False")
3+
print(randomstring())
4+
5+
print(" ")
6+
7+
print(popuprespond("Variable test",randomstring(),"print False") && False)
8+
9+
print(popuprespond("Variable 1","True","False") && popuprespond("Variable 2","True","False"))

source code/LSL components/scripts/scripts manager/scripts manager.lvclass

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)