Conrad Kreyling
da2efc55d2
Lua If tests
8 years ago
Christopher
7c31e789b9
Fixed nested while loops don't loop correctly #562
8 years ago
Christopher
54395b6920
Added HasVariable() and GetVariableNames() - thanks murnyipl!
8 years ago
chrisgregan
0177c26a6d
Added StopBlock command
9 years ago
chrisgregan
e49f77d53f
Fixed invoke test scene
9 years ago
chrisgregan
fbecad8df8
Fixed line endings on InvokeMethod classes
9 years ago
chrisgregan
330bc04650
Added WaitInput contribution #276
9 years ago
chrisgregan
8b10420672
Added while loop test
9 years ago
chrisgregan
8e1423e508
While loop nested inside If doesn't loop correctly #354
9 years ago
chrisgregan
d33b0d7619
Read a text file into a string variable #344
9 years ago
chrisgregan
e44ae3df45
Fixes for Stop Flowchart command #288
9 years ago
chrisgregan
40d07ae313
Added test for stopping Say command
9 years ago
chrisgregan
f4654e265d
Added test for Save Variable / Load Variable
...
Added FailTest and PassTest commands
9 years ago
chrisgregan
99187b962c
Added test for Call Method command
9 years ago
chrisgregan
66f1df7d03
Updated scripting test for modified Invoke Method
9 years ago
chrisgregan
550f5857f5
Invoke Event and Invoke Method commands
...
Renamed Invoke to Invoke Event (uses EventSystem).
Added Invoke Method command contributed by bigdiddy on forum.
Made some minor changes to contrbuted code:
1. Show Inherited is now on it’s own line in inspector
2. Removed Init on Awake option - always inits on awake
3. Added a Delay property to be consistent with Invoke Event command
Added an integration test for both Invoke Event and Invoke Method
9 years ago