[RMVXACE] ADDING A NOTETAG TO A CHARACTER WITH AN EVENT
Posts
Pages:
1
Hello,
I'm using RPG Maker VX Ace, and I'm trying to have a dialogue choice change an Actor's Notes to include a script that will count them as male or female. I am using Mr. Bubble's Gender Functions script from the Master Script List: Link
The purpose of it is to make it so that so I can refer back to the player's gender for future events. If there's a way to add the script to the notepad with an event or to accomplish what I'm trying to do in all, please let me know. Thank you for your time!
I'm using RPG Maker VX Ace, and I'm trying to have a dialogue choice change an Actor's Notes to include a script that will count them as male or female. I am using Mr. Bubble's Gender Functions script from the Master Script List: Link
The purpose of it is to make it so that so I can refer back to the player's gender for future events. If there's a way to add the script to the notepad with an event or to accomplish what I'm trying to do in all, please let me know. Thank you for your time!
author=MonoSpectator
The purpose of it is to make it so that so I can refer back to the player's gender for future events. If there's a way to add the script to the notepad with an event or to accomplish what I'm trying to do in all, please let me know.
I don't understand what you mean by those words. Why would you want to add the script to notepad with an event? Is there any way you can describe your problem more clearly?
Since the .note property is a string, all you need to do is concatenate your new tag in an event script command. So let's say you wanted your tag to be "<g: male>" you would do:
$data_actors[id].note += "\r\n<g: male>"
$data_actors[id].note += "\r\n<g: male>"
Thank you very much for the help. We've actually solved this and everything is up and running how it needs to be ^-^.
(Also, Trihan, I love your avatar ~.~ )
(Also, Trihan, I love your avatar ~.~ )
Glad you've got it sorted, and thanks! Doctor Whooves is the man. :)
Pages:
1















