forum

New SB scripting

posted
Total Posts
5
This is a feature request. Feature requests can be voted up by supporters.
Current Priority: +0
Topic Starter
Astom
--EDIT1-- (because some people don't like jokes or read abbreviations)

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 :>
Feno_old
Let's see if I understand this correctly.
You want be able to make a specific storyboard if the player fails more sections then they pass?

EDIT:
Seems like that's what you meant :D
/support

EDIT 2:
I do think this would need to be made easier though if it were to be implemented, not everyone knows coding. xD
LuigiHann

Feno wrote:

Let's see if I understand this correctly.
You want be able to make a specific storyboard if the player fails more sections then they pass?
That is how it works now, at least in terms of the ending. Fail layer will play after the map ends if you fail more sections than you pass. Check "Dare To Be Stupid"
anonymous_old
I was interested in this request given the title.

However, the excessive use of "u" in place of "you" made your post completely incomprehensible and not worth my time reading.

=[
Topic Starter
Astom

LuigiHann wrote:

Feno wrote:

Let's see if I understand this correctly.
You want be able to make a specific storyboard if the player fails more sections then they pass?
That is how it works now, at least in terms of the ending. Fail layer will play after the map ends if you fail more sections than you pass. Check "Dare To Be Stupid"
Making it more custom don't hurt xD
Well I'm going to change a little the request because I make a mistake about it, still, the principal point is right.

strager wrote:

I was interested in this request given the title.

However, the excessive use of "u" in place of "you" made your post completely incomprehensible and not worth my time reading.

=[
ahaha sry about that, fixed. :>
Please sign in to reply.

New reply