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.

I made it so you can name your own character, but how can...

Replace the actor's name with \n[ID] -- the actor ID goes inside the brackets.

You can also try right click->"What's This?" for more helpful codes, for example \v[] for inserting variables.
 

Nachos

Sponsor

There is a thread about this, but whatever:

Go to Control variables -> Select a variable and put -> Random number(select a range)

Then afeter that make a conditional branch like this:

Code:
 

Conditional branch: If [001-Variable01] == 1

 

  Set weather effect: rain

end

 

--

 

Conditional branch: If [001-Variable01] == 2

 

  Set weather effect: none

end

 

 

good luck :thumb: !
 

Nachos

Sponsor

Ok, go to Database: And leave the "staring party" blank.

Then on the firs scene when you have to pick a gender, a Choice command:

Code:
 

 

Choice:

 

Boy

 Add party member: boy

end

 

Girl

 Add party member: girl

end

 

 

hope you get it
 
Regi":mgywc2kt said:
You can also try right click->"What's This?" for more helpful codes, for example \v[] for inserting variables.


....................................... Oh my god ............................

You honestly have no idea how long I've wished you could do that with rmxp. I was told when I FIRST started using the program that it had to be scripted, and then when I asked for a script to put the variables into a menu, all I got was an error filled line of code.

You are my hero. I can't believe I didn't know that already. Thank you, Regi.
 
Glad I somehow helped, Mikee, but remember that \v[] only works in the "Show Text" command. Unfortunately, if you want it to happen in a database description (for example in the menu) you do need to use a script.
 
nahchito":31weqz6x said:
Ok, go to Database: And leave the "staring party" blank.

Then on the firs scene when you have to pick a gender, a Choice command:

Code:
 

 

Choice:

 

Boy

 Add party member: boy

end

 

Girl

 Add party member: girl

end

 

 

hope you get it


I already knew that, I wasn't asking how to.
 

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