- 44
- Posts
- 11
- Years
- Seen Apr 29, 2016
Greetings Pokemon fans and friends!
My request today is out of dire need! I am aware that you can change the starter pokemon per gender (player picks either male or female), but I have some idea on how to do this, but I cannot script. If anyone can put this in the game (THAT IS ALL I ASK) I will be forever grateful.
Please comment on this if you can, and I will send you the game and tell you what to do.
This is apparently how to do it. I just have no idea on what to do from here.
___________________________________________________________________________________
"Yes, it is possible, if you're using XSE for scripting, this can be done with the "checkgender" command.
For example:
checkgender
compare LASTRESULT 0x0
if 0x1 goto @boy
if 0x0 goto @girl
If you add this part to your script, the script will go to the @boy pointer if the player is a boy, or @girl if they're a girl."
___________________________________________________________________________________
My request today is out of dire need! I am aware that you can change the starter pokemon per gender (player picks either male or female), but I have some idea on how to do this, but I cannot script. If anyone can put this in the game (THAT IS ALL I ASK) I will be forever grateful.
Please comment on this if you can, and I will send you the game and tell you what to do.
This is apparently how to do it. I just have no idea on what to do from here.
___________________________________________________________________________________
"Yes, it is possible, if you're using XSE for scripting, this can be done with the "checkgender" command.
For example:
checkgender
compare LASTRESULT 0x0
if 0x1 goto @boy
if 0x0 goto @girl
If you add this part to your script, the script will go to the @boy pointer if the player is a boy, or @girl if they're a girl."
___________________________________________________________________________________