Yes, I know how to create new songs for the Ocarina.
It works like this (that's a Comment-Event inside the Kit):
Songs can consist of 8 notes of 5 different tunes.
These 5 tunes include DOWN, LEFT, RIGHT, UP, and
Z. Each tune will add a new digit to the variable
Ocarina Song. There are the base numbers each
tune will add:
DOWN = 1
LEFT = 2
RIGHT = 3
UP = 4
Z = 5
BLANK = 0
In order to string together a song, you must check
the variable Ocarina Song using the chart above.
For example: If you wanted a song that consists of 8
DOWNS, you would check to see if the variable
Ocarina Song = 11111111
Another example is, if you wanted Zelda's Lullaby
(LEFT UP RIGHT LEFT UP RIGHT)
Check to see if the variable
Ocarina Song = 24324300
The unused notes must be filled in with 0's (blanks).
Allright. Here an example as Event:
Conditional Branch - > Variable [00055] - > Constant N - N - N - N - N - N - N <- but here is place for only 7 letters (numbers)!
How the hell can I put in 8? Without the 8th letter the maker think, the song's not over.
Can you help me?
(I'm sry for my english ..) :blush:
It works like this (that's a Comment-Event inside the Kit):
Songs can consist of 8 notes of 5 different tunes.
These 5 tunes include DOWN, LEFT, RIGHT, UP, and
Z. Each tune will add a new digit to the variable
Ocarina Song. There are the base numbers each
tune will add:
DOWN = 1
LEFT = 2
RIGHT = 3
UP = 4
Z = 5
BLANK = 0
In order to string together a song, you must check
the variable Ocarina Song using the chart above.
For example: If you wanted a song that consists of 8
DOWNS, you would check to see if the variable
Ocarina Song = 11111111
Another example is, if you wanted Zelda's Lullaby
(LEFT UP RIGHT LEFT UP RIGHT)
Check to see if the variable
Ocarina Song = 24324300
The unused notes must be filled in with 0's (blanks).
Allright. Here an example as Event:
Conditional Branch - > Variable [00055] - > Constant N - N - N - N - N - N - N <- but here is place for only 7 letters (numbers)!
How the hell can I put in 8? Without the 8th letter the maker think, the song's not over.
Can you help me?
(I'm sry for my english ..) :blush: