Help - Search - Members - Calendar
Full Version: [VX Ace] Magic Units
RPG RPG Revolution Forums > Scripting > Script Submissions > RGSS3-Submissions
Tsukihime
Magic Units
Author: Tsukihime

Screenshot


Overview

This script converts skill types to "units". In the default engine, skill use consumes MP or TP. A "unit of magic" is treated like an item; in order to use the magic, you must have one, and each time you use it, you consume as many units as required.

Features
  • Specify skill types that should be treated as units
  • Consume units of skill rather than MP or TP
  • Gain or lose units through script calls
  • Anyone can use the skill as long as they have units

Usage
You can determine how many units of each skill you can have using

CODE
<max-units: n>


For some integer n

You can also determine which skill types should be treated as
units by specifying it in the configuration.

You can add/remove magic units by using script calls

CODE
add_units(skill_id, amount, scope_id, scope)
lose_units(skill_id, amount, scope_id, scope)


scope is either "actor" or "party".

If the scope is "party", then the scope_id is the number representing
the position of an actor in your party. 1 will be the first person,
2 will be the second person, etc

If the scope is actor, then the scope_id is the actor_id.
By default, the scope is "party"

Download

Script: http://db.tt/47ySZhca
Night_Runner
Please only post images that stretch the forum layout if it is in a spoiler tag

You're really having fun making scripts, aren't you?
Shaddow
This strongly reminds me of the Draw skill from final fantasy 8, it's very intriguing and I think once I'm making games in VX I'll have to find a use for it, looks incredible.
Tsukihime
QUOTE (Night_Runner @ May 29 2012, 03:03 AM) *
Please only post images that stretch the forum layout if it is in a spoiler tag

You're really having fun making scripts, aren't you?


Oops, thought the forum auto-resizes them.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.