Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Zelda StarterKit: Ocarinasongs

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 seems like you're using an ocarina script, and need to check a variable, correct? If it's too big to fit in a Variable Conditional Branch, try going to the last page in the Conditional Branch and use the "Script" function. Type in something like:
Code:
$game_variables[55] == NNNNNNNN

Hope this helped.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top