--EDIT1-- (because some people don't like jokes or read abbreviations)
New scrip/code like the next examples:
In short tems, add IF in native scrip, switch and Section (or something like that), please... we have native vars but they didn't make much sense because you dont have conditions like IF.
WHY do this?
-Better definition in SB's paths (not only fail and pass).
-Possibility of multiple endings or pre-endings.
Well I have more ideas about it but they are so obvious that I don't need explain them.
I want make a proper REAL SB so~ DO IT :>
New scrip/code like the next examples:
IF,$var1 = number/varX, $var2 = number/varX,....
_Normal code/scrip.
SWITCH,$var1
_CASE,1
__Normal code/scrip
_CASE,2
__Normal code/scrip
[Events]
//Background and Video events
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
Section1,0,1000
_IF,Fail=true
__$var1=0
...(first bad part)
Section2,1001,2000
_IF,Fail=true
__$var2=0
...(second bad part)
Section3,2001,3000
_IF,Fail=true
__$var3=0
.....(third bad part)
//Storyboard Layer 2 (Pass)
Section1,0,1000
_IF,Pass=true
__$var1=1
...(first good part)
Section2,1001,2000
_IF,Pass=true
__$var2=1
...(second good part)
Section3,2001,3000
_IF,Pass=true
__$var3=1
.....(third good part)
//Storyboard Layer 3 (Foreground)
Section4,3001,3500
_IF,$var1=1,$var2=1,$var3=1,...
...(a very good end)
Section4,3001,3500
_IF,$var1=0,$var2=0,$var3=0,...
...(a very bad end)
Section4,3001,3500
_IF,$var1=1,$var2=1,$var3=0,...
...(a average end)
//Storyboard Sound Samples
In short tems, add IF in native scrip, switch and Section (or something like that), please... we have native vars but they didn't make much sense because you dont have conditions like IF.
WHY do this?
-Better definition in SB's paths (not only fail and pass).
-Possibility of multiple endings or pre-endings.
Well I have more ideas about it but they are so obvious that I don't need explain them.
I want make a proper REAL SB so~ DO IT :>