1
vote
0answers
123 views

Moving while doing loop animation in RPGMaker

I made a custom class to display character portrait in RPGMaker XP Here is the class : class Poser attr_accessor :images def initialize @images = Sprite.new @images.bitmap = ...
2
votes
1answer
284 views

multi-dimension array problem in RGSS (RPG Maker XP)

This is my first day code script in RMXP. I read tutorials, ruby references, etc and I found myself stuck on a weird problem, here is the scenario: I made a custom script to display layered images ...