RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Basic help with script insertion

Started by pandadug, February 15, 2009, 03:09:34 AM

0 Members and 1 Guest are viewing this topic.

pandadug

Hello! I'm new here. Please forgive my ignorance. I will take your answers and humblily disappear into the background. :)
First script is to modify the menu system (I think). I have put it before main, and the game runs without error, but I don't see any difference in how the game is edited! Where are the new options at? Here's the beginning of the script for recognition: "#============================================================
# Custom Menu System (1-Person)
# created by: Constance
# created on: March 29, 2006
# version: 1.0
# credits: Acedent Prone, Diego, Dubealex, Catchm
# special thanks credits goes to: SephirothSpawn, couldn't have done it without you
# RMXP - Underground - The Underground Gaming Zone
#============================================================

Here's the second script. It is to modify the message window. I placed it before main and also tried replacing the "window_message" script with it but nether work. I get a "????? 'message editor'? 1 ??? SyntaxError?????"
Here's the beginning script:# ** Letter by Letter Message Window
#------------------------------------------------------------------------------
# Slipknot (dubealex.com/asylum)
# Version 1.11
# September 8, 2006
#------------------------------------------------------------------------------
Thank you!!!!!!

pandadug

i just now found the problem on the first script. I had loaded it incorrectly.