I found myself a new problem. In the Scene_ItemBase script, theres this...
def user
$game_party.movable_members.max_by {|member| member.pha }
end
What on earth is the member.pha??? this is the only place i see that. no other script in ace OR vx has it. i also looked online, but no ruby tut sites i find seem to say anything about it. any help? thanks
ehh, sorry for the second post. but i figured it out. its just short for the pharmaceutical items. i should have looked a lil longer. but i gots a new prob. the part before that. "max_by". any ideas?
This post has been edited by Kread-EX: Feb 1 2012, 01:24 PM