satityr 0 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 Link to post Share on other sites
Amanojaku 7 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. Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.