RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Grr >.<

K

KevinEvans

Guest
Grr >.<

I dont know what i'm doing wrong >.<

Whenever i use:
Code:
            Frame[] img = Animations.GetAnimation(400, 1, 1, 1, true);
            this.pictureBox1.Image = img[0].Bitmap;

I get an exception:
The given key was not present in the dictionary.

I dont get why it's doing this, when 400 should be there...
I'm using the latest version too
 
K

KevinEvans

Guest
Oh nevermind.
in bodyconv, there was a " in the second line. o.0
 
Top