The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => VX Scripts Database => Topic started by: Bravo2Kilo on September 23, 2011, 10:38:36 AM

Title: Soel's Quest Status
Post by: Bravo2Kilo on September 23, 2011, 10:38:36 AM
Soel's Quest Status
Version: 1
Author: Dartdaman(me)
Date: September 23, 2011

Introduction
This is a status screen script I wrote when I got bored to help with my scripting skills. This isn't my first script I wrote, but it is the first script I am posting here. This status screen uses Final Fantasy 9 look a like images although it looks nothing like the Final Fantasy 9 status screen, this status screen has a look of its own. The name of the script is Soel's Quest Status although it did not come from my game, it is just the first name I thought of.

Screenshot
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi1215.photobucket.com%2Falbums%2Fcc514%2Fdartdaman%2FExample-1.png&hash=689163bf88836ceb0c5bcab56d1de3deef0389df)

Setup
Copy and Paste the script from the demo into your project and copy the images in the pictures folder(you don't need the portraits). Here you set what image shows for what character the number is the actor id starting at 1
[codebox]  CharacterPortrait = {
  #actor id   #Image name
      1 =>     "Ralph",
      2 =>     "Ulrika",
      3 =>     "Bennett",
      4 =>     "Ylva"   
  }[/codebox]

Demo
http://www.mediafire.com/?ywi59oz1z14j97z (http://www.mediafire.com/?ywi59oz1z14j97z)

Credit
Dartdaman(me)