EST - PHONE MENU ENGINE
 
Version: 1.4
Creator name : Estriole
Level : Medium

Introduction
    First of all... THIS IS NOT PHONE SCRIPT (at least yet). This script is a menu engine in the form of phone. just imagine this like yanfly menu engine.... This script can transform to real PHONE script if you create the add - on for it and then link that to engine. (I'm planning to create add on based on real phone script by necrozard myself. but strangely VX in my laptop crashed when opened. because of window compatibility issues or registry error or something i still don't know. maybe after i install my vx to another computer then).
 
This script only require a little scripting knowledge if only use the basic function. (For linking the scene to engine)
make sure you read the instruction in the script header.
 
and if you have more knowledge you can utilize this engine to it's full power.
 
ALSO WORK BETTER IF COMBINED WITH TSUKIHIME SCENE INTERPRETER script.
so you can link common event to menu command.
 
IF YOU DON'T WANT this as your default menu... you can set that up in the config.
  CALL_PHONE_MENU_WHEN_PRESSING_ESC = false
but you need to call that scene using other method. SceneManager.call(Scene_Phone)
 
Version History:      v1.4 2013.06.18     > modify jet mouse system patch to use aliasing instead so the patch                      also work for VM simple mouse script. (they use the same update_mouse method)                      working on the jet mouse system bugfix since no response from jet. almost complete.                      PUT ALL MOUSE SCRIPT ABOVE THIS SCRIPT !!!!!!!!!!!!                      > change the superclass for addons to support VLUE mouse script.                      > automatically set default handler to the addon window :ok and :cancel handler                       if the addon writer forgot adding the handler in create_addon_window method.                      > fix some disposed so not flooding the memory   GRAB THE DEMO FOR ALL THE ADDONS I MADE
 
Features
 * Menu with animated icon
 * can have unlimited command
 * can set up requirement for that command to included in menu
 * can set up requirement for that command to enabled in menu (not enabled will be greyed)
 * call scene
 * call common event
 * call method inside Scene_Phone
 * can define custom method in Scene_Phone...
* support NEW JET MOUSE SCRIPT  * support VLUE Simple Mouse + Addon Script   Screenshots
The phone image is taken from necrozard vx phone script.

 
ADDONS
 
How to Use
this script level is MEDIUM
See the header of the script

Demo
https://www.dropbox.com/s/2ytby8jtg0k501k/PHONE.rar
 
DEMO update. (Same demo. just grab above)   >DEMO updated.
- Phone script patched to newest version   Script
http://pastebin.com/NxTD6eM6

Compatibility
 Compatible with most script.

Credit and Thanks
- Estriole
- Necrozard - VX Phone Script - for the idea. also if you use the graphics. credit him.

Author's Notes
After i have time and install my vx to another computer... i might recreate the add on for this phone engine.
what necrozard have made in vx:
SMS system
Calendar
Pictures
Songs
 
what i have made in vx before (never release it):
Camera system.
Map system.
Call system (use common event)
 
but only if i have time >.<.