RPG Maker Forums

Hello everyone,
 
Well for all of you beginner scripters out there or anyone tired of having to create tags or do the "LONG & BORING PART" or maybe your just not sure how to tag your scripts. I have designed a template based on the template I use to write scripts. It saves me a lot of time and I figured it might be useful for others as well. Happy Holidays!
 

Code:
#<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>##                                                                              ##                                 Script Title                                 ##                                 Version  0.1                                 ##                                                                              ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~##                               Written By:  Name                              ##                        Last Edited:  Month Day, Year                         ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~##                                Special Thanks:                               ##                          Vindaca~ For the Template.                          ##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>#   #==============================================================================##------------------------------------------------------------------------------## ** Disclaimer                                                                ##------------------------------------------------------------------------------##                                                                              ## This is where you should write your disclaimer or user usage agreements.     ##                                                                              ##------------------------------------------------------------------------------## ** How To Use                                                                ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~##                                                                              ## * A note of how to use this script.                                          ##                                                                              ##------------------------------------------------------------------------------## ** Updates / Version Notes                                                   ##------------------------------------------------------------------------------##                                                                              ##  v0.1                                                                        ## ~=~=~=~                                                                      ##  * Describe what the script does.                                            ##                                                                              ##  v0.2                                                                        ## ~=~=~=~                                                                      ##  * Just describe any changes or fixes that were made to the script.          ##                                                                              ##  v1.0                                                                        ## ~=~=~=~                                                                      ##  * There are two reasons to update the first digit, if you have added or     ##    changed the script's function dramatically or changing the script from a  ##    beta version of the script to a finalized or an Alpha version.            ##                                                                              ##------------------------------------------------------------------------------##==============================================================================##==============================================================================# ** Module Name #------------------------------------------------------------------------------#  Description of the Module. #==============================================================================module Module_Name  module Specs#<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>##                                                                              ##                           Start Customizable Area.                           ##                                                                              ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~##                                                                              ##                        ONLY EDIT THE DESIGNATED AREAS.                       ##                                                                              ##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>#  #=============================================================================  # * Describe the category of options   #=============================================================================    #------------------------------------------------------------------------    # * Describe the option itself.    #------------------------------------------------------------------------    Option_Var =          #<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>##                                                                              ##         DO NOT EDIT PAST THIS POINT UNLESS YOU KNOW WHAT YOUR DOING.         ##                                                                              ##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>#  end end #<--- End Module===========================================================#==============================================================================# ** Window Name#------------------------------------------------------------------------------#  Description of the class. #==============================================================================class Window_Name < Window_Base  #--------------------------------------------------------------------------  # * Public Instance Variables  #--------------------------------------------------------------------------  attr_accessor :acc_var            # Note   attr_reader :rdr_var              # Note  attr_writer :wtr_var              # Note    #--------------------------------------------------------------------------  # * Object Initialization  #--------------------------------------------------------------------------  def initialize    @acc_var =     @rdr_var =     @wtr_var =   end    end #<--- End Class============================================================#==============================================================================# ** Scene Name#------------------------------------------------------------------------------#  Description of the class. #==============================================================================class Scene_Name < Scene_Base  #--------------------------------------------------------------------------  # * Object Initialization  #--------------------------------------------------------------------------  def initialize    @acc_var =     @rdr_var =     @wtr_var =   end    end #<--- End Class============================================================

Latest Threads

Latest Profile Posts

Frostorm wrote on Featherbrain's profile.
Hey, so what species are your raptors? Any of these?
... so here's my main characters running around inside "Headspace", a place people use as a safe place away from anxious/panic related thinking.
Stream will be live shortly! I will be doing some music tonight! Feel free to drop by!
Made transition effects for going inside or outside using zoom, pixi filter, and a shutter effect
I have gathered enough feedback from a few selected people. But it is still available if you want to sign up https://forums.rpgmakerweb.com/index.php?threads/looking-for-testers-a-closed-tech-demo.130774/

Forum statistics

Threads
105,992
Messages
1,018,189
Members
137,771
Latest member
evoque
Top