RisingPheonix, I have some question about your stuff. Help me out please.. ^^
1. I want to make your script to display the picture in the bottom right corner. Can I use this kind of sctipt?
CODE
XOffset= Rightoffset - pictureXOffset
YOffset= BottomOffset - pictureYOffset
How should I write this code inside the rpg maker? Btw do you know how much is Right and bottom offset? If I put 0 for X and Y the picture will be on the top left corner right?
2.
QUOTE (RisingPhoenix @ Sep 27 2008, 12:22 PM)

If you want to change the status picture, you can use an event to call the script:
CODE
RisingPhoenix::CharacterFullPics[ID] = "NewPic"
ID is the character's ID and NewPic is the file name of the new picture.
Edit: Actually...I just realized this will no't carry over in saved games, since the information is not saved with characters...
Can I use switch for this problem? Is switches saved?
Thank you sooo much. ^^