I recently downloaded an MMORPG engine. When I started and created an account, it worked, and I signed on. Then, when you go to choose your class, for the three different pictures is a big purple box. When you choose to select one of them, it says:
The exact line of code is
These are the two times where the above line is referenced
and
The rest is calculations, and sprite is referenced for a greater/less than calculation.
Code:
Run-Time Error '9'
Sub-script out of range
Code:
RenderTexture Tex_Char(sprite), x + 235, y + 123, 32, 0, 32, 32, 32, 32
Code:
RenderTexture Tex_Char(sprite), ConvertMapX(x), ConvertMapY(y), rec.left, rec.top, rec.Width, rec.height, rec.Width, rec.height
Code:
RenderTexture Tex_Char(sprite), 0, 0, 0, 0, Width, height, Width, height