Hello everybody! My knowledge of RGSS3 and Ruby is pretty much 0. Maybe 0.01. Anyway, I have a request, if you would be so kind to help me.
I need to modify a script to force it to check if the actor of the party (the game has only one actor in the party, by the way) has a certain state (id 31) on or not, instead of checking if he has an item or not.
Scripting-wise, I need this to be changed into checking for state id 31:
"$game_party.has_item?($data_items[1]) ? 4 : 8"Thanks a lot to anybody who would spend some of his time to help me with this.
Cheers!