First question is regarding VX.
Is it possible to access the information in the notes section in the data base with a script.
If so I was wonder if someone could share the command(s) to do so beause it seems like it
could be very handy.
The second question is regarding XP.
I was trying to make a character unable to choose attack when they have zero mp.
So I disabled the attack command in scene_battle1 like they do in scene_menu using
@actor_command_window.disable_item(0)
and that worked. My problem is disabling the command to attack only when the character has zero mp.
It seemed like it should be an easy condition to make but everytime I try something I usually get a NoMethod error.
Is it possible to access the information in the notes section in the data base with a script.
If so I was wonder if someone could share the command(s) to do so beause it seems like it
could be very handy.
The second question is regarding XP.
I was trying to make a character unable to choose attack when they have zero mp.
So I disabled the attack command in scene_battle1 like they do in scene_menu using
@actor_command_window.disable_item(0)
and that worked. My problem is disabling the command to attack only when the character has zero mp.
It seemed like it should be an easy condition to make but everytime I try something I usually get a NoMethod error.