Hi, I'm trying to create a let me translate, Fighter into a string that I can input into Metm's Visual Equip Screen. I had done it before, but since then my PC was reformatted and now being out of Ruby for a while can't figure out where I'm going wrong. One of the features on this system.
Here's what I thought would go in:
This doe then give me a undefined method error for class_id. Last time I check class_id was a method of Game_Actor, right?
Here's what I thought would go in:
Code:
return ["FC/Duty/FC (" + actor.class_id.to_s + ").png",0] if item_id == 1
This doe then give me a undefined method error for class_id. Last time I check class_id was a method of Game_Actor, right?