The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => VX Scripts Database => Topic started by: AmIMeYet on May 09, 2009, 09:25:11 PM

Title: [DEV] EventScripter 0.8
Post by: AmIMeYet on May 09, 2009, 09:25:11 PM
EventScripter
    Version: 0.8.1
    Author: AmIMeYet
    Release Date: 10/05/09

    Description
    With this script, you can easily spawn events through scripting.
    In this script, I have done the research and documentation, and you only have to call the simplified methods in your own class!
    Try it, it's pretty easy! (Well, still pretty advanced, but easier than handcoding everything!)

    Please note that this script is far from complete (50+ EventCommands to go!)

    Common users probably won't have any use of this, but for those who want to add that 'extra touch' (guns, etc.), this script is superb.
   
    Features
        DEMO
    0.8.1:
    Mediafire (http://www.mediafire.com/?muzveamtt2z)
   
    Compatibility
    If you include AmIMeYet in a class that has an initialise method, make sure it makes a 'super' call.
   
    Screenshot
    I think the title-screen says it all:
    (https://rmrk.net/proxy.php?request=http%3A%2F%2Fi45.photobucket.com%2Falbums%2Ff62%2Fdeathstar_nl%2FTitle.png&hash=8b3f981a69f61a5c036e87f9d63522c1561c273c)
     
    Installation
    Create a new class and call "include AmIMeYet_EventScripter".
    Now, you'll have access to every method included in this module, to help
    you generate dynamic events, fast.
    You can take a look at the 'Demo Script' to see how to implement this.
    There are also some examples in the HTML documentation.
    I recommend always keeping a window open with the documentation when scripting.

    Planned features:
    FAQ/Bugs
Title: Re: [DEV] EventScripter 0.8
Post by: modern algebra on May 10, 2009, 04:09:10 AM
Looks neat. Nice work, AmIMeYet
Title: Re: [DEV] EventScripter 0.8
Post by: AmIMeYet on May 10, 2009, 10:49:56 AM
Quote from: modern algebra on May 10, 2009, 04:09:10 AM
Looks neat. Nice work, AmIMeYet
Thanks! :D

BREAKING NEWS:

Version 0.8.1 is out!
Now with 2 squashed bugs, and a better documentation of conditional branches!
Bug's reported by Drake0038 and Yanfly