- 24
- Posts
- 10
- Years
- Seen Mar 29, 2015
I've started developing my own pokemon game and while I am not completely new to programming, I am rather new to both essentials and RPGM XP.
Right now I am currently working on the first town and i've run into a bit of an obstacle.
I can't really figure out how the script for RPG maker works. I tried to run a code to check the players gender and it immediately crashed.
I used the $Trainer.gender type to check if the value = 0 and that alone does not seem to work. Could somebody help me with the syntax?
Edit: Here is the code
Right now I am currently working on the first town and i've run into a bit of an obstacle.
I can't really figure out how the script for RPG maker works. I tried to run a code to check the players gender and it immediately crashed.
I used the $Trainer.gender type to check if the value = 0 and that alone does not seem to work. Could somebody help me with the syntax?
Edit: Here is the code
Spoiler:
@>Conditional Branch Script: $Trainer.gender = 0