Play Game Whilst Displaying a Window
Version: 1.0
Author: DP3 / DiamondandPlatinum3
Date: 29/06/12
Planned Future Versions
- You Tell Me :)
Description
This Script will allow you to display a window with text, but will also allow the player to move.
Useful for instructions, or to remind the player about their current quest objectives.
Features
- Easy to use
- Can make windows appear to be dynamic
Screenshots
[spoiler]
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg4host.net%2Fupload%2F281807494fec81556d56e.png&hash=2d7f83df1d1213e9f78ba2cb59198af8d18e2c07)
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg4host.net%2Fupload%2F281817594fec83b703aa5.png&hash=b9e4436d3f16fc0505715b01a30f58726b975239)
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg4host.net%2Fupload%2F281819094fec83fd198a9.png&hash=04b4e0f5349086c879ef34e7221de1d9e73e901d)
[/spoiler]
Instructions
Instructions are in both the script and the screenshots above.
Script
Get it at Pastebin (http://pastebin.com/qWa2zCiR)
Credit
- DP3 / DiamondandPlatinum3
Thanks
- Modern Algebra - for being Modern Algebra
Support
Post in this thread or PM me.
Known Compatibility Issues
Should have no compatibility issues :)
Demo
Not necessary, unless people are stuck on what to do :-\
Terms of Use
If you can find a use for it, this script is free to use in non-commercial games. If you want to use this script in a commercial game, please understand that I expect a free copy (that's means you PM me and let me know that you plan on using it for a commercial game).
Could you possibly integrate it with normal message system, so we have variable $playerCanMove which can be either true or false and we can set it in call script function before Display Message? This way we would get all normal message tags, faces, etc. while having features from this script.
Of course it would involve some trickery to let player move when Window_Message is displayed, but IMO it is worth it.