Save-Point
CNS (Custom Name System) - 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)
+------ Forum: Enhancement/Modification Scripts (https://www.save-point.org/forum-98.html)
+------ Thread: CNS (Custom Name System) (/thread-6524.html)



CNS (Custom Name System) - Samo the thief - 02-12-2007

CNS (Custom Name System)
by samo
Feb 12 2007

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.


CODE

INSTRUCTIONS:
-------------
Code:
#==============================================================================
#
# CNS (Custom Name System) by Samo, the thief
# v1.0
#
#-Place this script above Main
#-Before calling a Input Name, put this in a new call script:
#
# $gender = "GENDER"
#
# GENDER must be in quotes and can be MALE or FEMALE.
#
# ###################
# #######################----------------############################
# #~~~~~~~~~~~~~~~~~~~~~#..::OPTIONAL::..#~~~~~~~~~~~~~~~~~~~~~~~~~~#
# #######################----------------############################
# ###################
# Search the lines @MALE_NAME and @FEMALE_NAME and you will see too many names.
# Put the names you want there. The script will take at random one of those names.
#
#
#
# <FEATURES>
#
#
# -Animations of Windows and map background.
# -Random Name Feature when pressing SHIFT. a random name of the variables
# @FEMALE_NAME and @MALE_NAME will be taken. If that name has more characters
# than the max, another name would be picked.
# -More nice Name Input.
#
#
# Enjoy it! Give me the creditif you use it!
#
# Samo, the thief.
#------------------------------------------------------------------------------

Enjoy the script and give me the credit. Replies please! What do you think of this?

Samo, the thief.