Skip to content

Commit fbf7508

Browse files
Merge pull request #18 from navinsubramani/productivity_tools
fixed the bug in a complex functions that has functions like 3 layer …
2 parents d107594 + 0b132f6 commit fbf7508

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)