satityr Posted July 31, 2016 Share Posted July 31, 2016 Hi I started making a pokémon game, i'm still at the beginning, and i want to desplay a text (inside an event) depending on the gender of the player (for example : if it's a boy desplay "hi young man", if it's a girl desplay "hallo sweetheart") i looked in the internet and i found a variable $trainer.gender which is equal to 0 if it's a boy, 1 if it's a girl & 2 for unknown i tryed to make a condition with a script : $trainer.gender==0 but it gave me an error when i tested it if someone could help me or point me to a solution i'll be glad thank you in advance P.S: I'm working with RPG Maker XP, and pokémon essentials Quote Link to comment Share on other sites More sharing options...
Amanojaku Posted August 1, 2016 Share Posted August 1, 2016 I think you should make a switch that activates if the player chooses a girl instead of using that script. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.