06-11-2011, 04:00 AM
Again, I only set a position of just 20 x 20 in that sample event code. If I wanted it near the bottom left, I coulda used 600 and 400 instead of 20 and 20.
It's all based on a 640x480 pixel area.
The script was written in 2005 and was a basis that people used for their own custom message systems. It could be inserted into a custom message script if one knows what they're doing. By itself, it does make for a nice popup window.
Actually, that was unexpected. Guess I don't have to look for one.
There are other message scripts that have such a function. Personally, I use the UMS (Universal Message System) by ccoa. You can find both RPGMaker XP and RPGMaker VX versions in this forum. You can also check out the Forum Scripts Listings thread (stickied in here) that gives you an index of all the scripts we have... including message scripts.
Code:
Window_Autosize.new(600,400,
["Here","There"])
The script was written in 2005 and was a basis that people used for their own custom message systems. It could be inserted into a custom message script if one knows what they're doing. By itself, it does make for a nice popup window.
Actually, that was unexpected. Guess I don't have to look for one.
There are other message scripts that have such a function. Personally, I use the UMS (Universal Message System) by ccoa. You can find both RPGMaker XP and RPGMaker VX versions in this forum. You can also check out the Forum Scripts Listings thread (stickied in here) that gives you an index of all the scripts we have... including message scripts.