Save-Point
Title Script - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: Title Script (/thread-6801.html)



Title Script - RPG Fan - 09-12-2005

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


What this does

This is a script that can be used to replace the name of classes in the menu to titles that are totally unrelated to classes.

The Script

Clicky

How to use.

1. Open up the script and in the def initialize method of the Title Class
repeat the line
start_title(1,"Spearman") replacing 1 with the ID of the Actor this is for and "Spearman" with the name of the new title in quotations (").

2. You can now use a call script of
change_title(1,"Title") replacing the same things as in step one.



ENJOI!